Skip to content

Commit

Permalink
Fix deploy permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus authored Mar 4, 2024
1 parent fa67902 commit 73d3447
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
needs: package
runs-on: ubuntu-latest
permissions:
id-token: write
id-token: write # For PyPI trusted publishing.
contents: write # release notes.

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

0 comments on commit 73d3447

Please sign in to comment.