We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ded03e5 commit dc9cc6cCopy full SHA for dc9cc6c
.github/workflows/pypi.yml
@@ -17,6 +17,8 @@ on:
17
jobs:
18
dist:
19
runs-on: ubuntu-latest
20
+ permissions:
21
+ id-token: write
22
steps:
23
- uses: actions/checkout@v2
24
with:
0 commit comments