We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80e4a93 commit 34c66caCopy full SHA for 34c66ca
1 file changed
.github/workflows/python.yaml
@@ -41,7 +41,7 @@ jobs:
41
publish-to-pypi:
42
name: >-
43
Publish Python 🐍 distribution 📦 to PyPI
44
- if: startsWith(github.ref, 'refs/tags/release-*') # only publish to PyPI on tag pushes
+ if: startsWith(github.ref, 'refs/tags/release-') # only publish to PyPI on tag pushes
45
needs:
46
- build
47
runs-on: ubuntu-latest
0 commit comments