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 23c9266 commit 9ec0312Copy full SHA for 9ec0312
.github/workflows/wheels.yml
@@ -48,7 +48,7 @@ jobs:
48
url: https://pypi.org/project/qmb/
49
permissions:
50
id-token: write
51
- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') && github.event.repository.visibility == 'public'
+ if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
52
53
steps:
54
- uses: actions/download-artifact@v5
0 commit comments