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 29bc8e8 commit 7c8b85aCopy full SHA for 7c8b85a
.github/workflows/release.yml
@@ -60,6 +60,6 @@ jobs:
60
61
- name: Publish package distributions to PyPI
62
uses: pypa/gh-action-pypi-publish@release/v1
63
- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
+ if: github.event_name == 'release'
64
with:
65
print-hash: true
0 commit comments