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 dbcc74b commit a8d7258Copy full SHA for a8d7258
.github/workflows/publish-to-pypi.yml
@@ -35,7 +35,8 @@ jobs:
35
publish-to-pypi:
36
name: >-
37
Publish threadpoolctl 🎮 distribution 📦 to PyPI
38
- if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
+ # 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
40
needs:
41
- build
42
runs-on: ubuntu-latest
0 commit comments