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 694395d commit f451ab0Copy full SHA for f451ab0
.github/workflows/publish_pypi.yaml
@@ -34,6 +34,7 @@ jobs:
34
publish-to-pypi:
35
name: >-
36
Publish Python distribution to PyPI
37
+ if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
38
needs:
39
- build
40
runs-on: ubuntu-latest
0 commit comments