We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8d7258 commit f8e068cCopy full SHA for f8e068c
.github/workflows/publish-to-pypi.yml
@@ -35,8 +35,7 @@ jobs:
35
publish-to-pypi:
36
name: >-
37
Publish threadpoolctl 🎮 distribution 📦 to PyPI
38
- # temp: always publish to PyPI because the tag is already pushed
39
- # if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
+ if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
40
needs:
41
- build
42
runs-on: ubuntu-latest
threadpoolctl.py
@@ -24,7 +24,7 @@
24
from functools import lru_cache
25
from contextlib import ContextDecorator
26
27
-__version__ = "3.6.0"
+__version__ = "3.7.0.dev0"
28
__all__ = [
29
"threadpool_limits",
30
"threadpool_info",
0 commit comments