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 84d8a8d commit e1523e2Copy full SHA for e1523e2
.github/workflows/publish-package.yml
@@ -106,7 +106,7 @@ jobs:
106
files: dist/*
107
108
- name: Publish distribution 📦 to PyPI
109
- if: github.event_name == 'release' && github.event.action == 'published'
+ if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
110
uses: pypa/gh-action-pypi-publish@v1.8.10
111
with:
112
print-hash: true
0 commit comments