Skip to content

Commit 31fd0a4

Browse files
author
Adam Dyess
committed
publish on tags starting with 'v'
1 parent 9c1655f commit 31fd0a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
publish-to-pypi:
3131
name: >-
3232
Publish Python 🐍 distribution 📦 to PyPI
33-
if: startsWith(github.ref, 'refs/tags') # only publish to PyPI on tag pushes
33+
if: startsWith(github.ref, 'refs/tags/v') # only publish to PyPI on tag pushes
3434
needs:
3535
- build
3636
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)