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 948bc6f commit 4abfbfaCopy full SHA for 4abfbfa
.github/workflows/publish-dist.yml
@@ -29,9 +29,7 @@ jobs:
29
publish-to-pypi:
30
name: >-
31
Publish Python 🐍 distribution 📦 to PyPI
32
- # if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
33
- # DISABLE FOR REWRITE
34
- if: false
+ if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
35
needs:
36
- build
37
runs-on: ubuntu-latest
0 commit comments