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 bf68ced commit 8f9d8ecCopy full SHA for 8f9d8ec
.github/workflows/wheels.yaml
@@ -53,6 +53,8 @@ jobs:
53
needs: [build_wheels, build_sdist]
54
runs-on: ubuntu-24.04
55
if: github.event_name == 'release' && github.event.action == 'published'
56
+ permissions:
57
+ id-token: write
58
steps:
59
- uses: actions/setup-python@v5
60
with:
0 commit comments