Skip to content

Commit 81285fe

Browse files
committed
Fix broken CI release process
1 parent ea2d146 commit 81285fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
url: https://pypi.org/p/persim
4343
permissions:
4444
id-token: write
45-
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
45+
if: github.event_name == 'release' && github.event.action == 'published'
4646
steps:
4747
- uses: actions/download-artifact@v4
4848
with:

0 commit comments

Comments
 (0)