Skip to content
This repository was archived by the owner on Sep 1, 2024. It is now read-only.

Commit 304f9e6

Browse files
committed
Fix CI publish condition
1 parent 4b5fda2 commit 304f9e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
136136
publish:
137137
name: Publish to PyPI
138-
if: github.event_name == 'release' && startsWith(github.event.ref, 'refs/tags')
138+
if: github.event_name == 'release'
139139
runs-on: ubuntu-latest
140140
needs:
141141
- check

0 commit comments

Comments
 (0)