Skip to content

Commit 7c8b85a

Browse files
committed
Fix checking of event name when release
1 parent 29bc8e8 commit 7c8b85a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ jobs:
6060

6161
- name: Publish package distributions to PyPI
6262
uses: pypa/gh-action-pypi-publish@release/v1
63-
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
63+
if: github.event_name == 'release'
6464
with:
6565
print-hash: true

0 commit comments

Comments
 (0)