We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fcc080 commit 5939d07Copy full SHA for 5939d07
1 file changed
.github/workflows/release.yml
@@ -70,7 +70,6 @@ jobs:
70
71
publish-to-pypi:
72
name: Publish Python distribution to PyPI
73
- if: startsWith(github.ref, 'refs/tags/v') # only publish to PyPI on tag pushes
74
needs:
75
- build
76
runs-on: ubuntu-latest
0 commit comments