Skip to content

Commit 4f06514

Browse files
authored
ci: fix ability of job to upload wasm wheels (#204)
1 parent 2f118b0 commit 4f06514

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -614,6 +614,8 @@ jobs:
614614
environment: release-python
615615
permissions:
616616
id-token: write
617+
# needed to be able to upload wasm wheels
618+
contents: write
617619

618620
steps:
619621
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)