Skip to content

Commit 17761a2

Browse files
committed
Fix sigstore
1 parent e71c0e9 commit 17761a2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ jobs:
8181
needs: [prepare-and-check, build-and-publish]
8282
if: needs.prepare-and-check.outputs.publish_to_pypi == 'true'
8383
runs-on: ubuntu-latest
84+
permissions:
85+
id-token: write
86+
contents: write
87+
8488
steps:
8589
- uses: actions/checkout@v4
8690

0 commit comments

Comments
 (0)