Skip to content

Commit

Permalink
Add write id-token permissions to upload_pypi job
Browse files Browse the repository at this point in the history
  • Loading branch information
vxgmichel committed Jul 2, 2024
1 parent 1c37852 commit f6ebbd4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:
needs: [build_wheels, build_sdist]
runs-on: ubuntu-latest
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
permissions:
id-token: write

steps:
- uses: actions/download-artifact@v4
Expand Down

0 comments on commit f6ebbd4

Please sign in to comment.