Skip to content

Commit

Permalink
Add permission
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelange committed Aug 30, 2024
1 parent b594d77 commit faaf23e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ jobs:
include: ${{ fromJson(needs.build_wheels_matrix.outputs.include) }}

permissions:
contents: write # for uploading release assets
contents: write # softprops/action-gh-release
id-token: write # pypa/gh-action-pypi-publish

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit faaf23e

Please sign in to comment.