Skip to content

Commit

Permalink
fix permissions for creating github release
Browse files Browse the repository at this point in the history
  • Loading branch information
gzm55 committed Jun 24, 2024
1 parent 41dca10 commit 3013b29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ jobs:
- tn_build
runs-on: ubuntu-latest
permissions:
id-token: write # mandatory for trusted publishing
id-token: write # mandatory for pypi trusted publishing
contents: write # mandatory for create a github release
steps:
- name: Download wheels
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 3013b29

Please sign in to comment.