Skip to content

Commit f8e068c

Browse files
authored
MNT Set version to 3.7.0.dev0 (#195)
1 parent a8d7258 commit f8e068c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ jobs:
3535
publish-to-pypi:
3636
name: >-
3737
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
38+
if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
4039
needs:
4140
- build
4241
runs-on: ubuntu-latest

threadpoolctl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
from functools import lru_cache
2525
from contextlib import ContextDecorator
2626

27-
__version__ = "3.6.0"
27+
__version__ = "3.7.0.dev0"
2828
__all__ = [
2929
"threadpool_limits",
3030
"threadpool_info",

0 commit comments

Comments
 (0)