Skip to content

Commit

Permalink
Add id-token permission for trusted publishing (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
SlouchyButton committed Aug 20, 2024
1 parent 78add9b commit e736718
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ on:
jobs:
build-n-publish:
runs-on: ubuntu-latest
permissions:
id-token: write # for trusted publishing

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

0 comments on commit e736718

Please sign in to comment.