Skip to content

Commit 8f9d8ec

Browse files
committed
fix upload
1 parent bf68ced commit 8f9d8ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/wheels.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
needs: [build_wheels, build_sdist]
5454
runs-on: ubuntu-24.04
5555
if: github.event_name == 'release' && github.event.action == 'published'
56+
permissions:
57+
id-token: write
5658
steps:
5759
- uses: actions/setup-python@v5
5860
with:

0 commit comments

Comments
 (0)