Skip to content

Commit

Permalink
Add missing perm to Publish Release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackenmen committed Aug 27, 2024
1 parent 9ca0ced commit 88b11f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ jobs:
name: Release to PyPI
runs-on: ubuntu-latest
permissions:
contents: write
id-token: write
steps:
- name: Download packaged distributions
Expand Down

0 comments on commit 88b11f2

Please sign in to comment.