Skip to content

Commit

Permalink
Add permissions needed for PyPI publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
CoffeeCoder1 committed Aug 29, 2024
1 parent 2302df5 commit 6aeab81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ jobs:
needs: build
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
permissions:
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
steps:
- uses: actions/checkout@v4
- name: Download build
Expand Down

0 comments on commit 6aeab81

Please sign in to comment.