Skip to content

Commit b57c38b

Browse files
committed
Allow content write for gh release upload
Signed-off-by: Christian Heimes <[email protected]>
1 parent eece8eb commit b57c38b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ on:
1515
- published
1616

1717
permissions:
18-
contents: read
18+
# allow gh release upload
19+
contents: write
1920
# see https://docs.pypi.org/trusted-publishers/
2021
id-token: write
2122

@@ -73,7 +74,6 @@ jobs:
7374

7475
- uses: sigstore/[email protected]
7576
with:
76-
upload-signing-artifacts: true
7777
inputs: >-
7878
./dist/*.tar.gz
7979
./dist/*.whl

0 commit comments

Comments
 (0)