We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57c1c24 commit b4f7fa9Copy full SHA for b4f7fa9
1 file changed
.github/workflows/release.yml
@@ -27,6 +27,8 @@ jobs:
27
28
test-pypi:
29
runs-on: ubuntu-latest
30
+ permissions:
31
+ id-token: write
32
needs: build
33
if: startsWith(github.ref, 'refs/tags/v') && contains(github.ref, '-') # Only for pre-releases
34
@@ -47,6 +49,8 @@ jobs:
47
49
48
50
pypi:
51
52
53
54
55
if: startsWith(github.ref, 'refs/tags/v') && !contains(github.ref, '-') # Only for stable releases
56
0 commit comments