Skip to content

Commit 34c66ca

Browse files
committed
ci: Fix condition that triggers publishing to pypi
1 parent 80e4a93 commit 34c66ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
publish-to-pypi:
4242
name: >-
4343
Publish Python 🐍 distribution 📦 to PyPI
44-
if: startsWith(github.ref, 'refs/tags/release-*') # only publish to PyPI on tag pushes
44+
if: startsWith(github.ref, 'refs/tags/release-') # only publish to PyPI on tag pushes
4545
needs:
4646
- build
4747
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)