Skip to content

Commit

Permalink
ci: fix release workflow, by update permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Czaki committed Jul 4, 2024
1 parent 7dacfcb commit 4162135
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/make_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
name: Create release
permissions:
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
contents: write # IMPORTANT: this permission is mandatory for create release
needs:
- build_wheels
- build_pyinstaller_bundle
Expand Down

0 comments on commit 4162135

Please sign in to comment.