Skip to content

Commit b5be2ac

Browse files
authored
Fix permissions for trusted publishing
1 parent 330f82b commit b5be2ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/buildwheels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ jobs:
104104
if: ${{ github.event_name == 'workflow_dispatch' }}
105105
needs: build_wheels
106106
runs-on: ubuntu-latest
107+
permissions:
108+
id-token: write
107109
steps:
108110
- name: Download artifact
109111
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)