Skip to content

Commit 9ec0312

Browse files
committed
Always push wheels in github action.
1 parent 23c9266 commit 9ec0312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
url: https://pypi.org/project/qmb/
4949
permissions:
5050
id-token: write
51-
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') && github.event.repository.visibility == 'public'
51+
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
5252

5353
steps:
5454
- uses: actions/download-artifact@v5

0 commit comments

Comments
 (0)