Skip to content

Commit

Permalink
packaging: bump permissions for continuous release step
Browse files Browse the repository at this point in the history
  • Loading branch information
Titus-von-Koeller authored Jul 31, 2024
1 parent 2e03d34 commit 4be1883
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ jobs:
upload-pre-release-wheels:
name: Create release and upload artifacts
runs-on: ubuntu-latest
permissions:
contents: write
needs:
- build-wheels
steps:
Expand Down

0 comments on commit 4be1883

Please sign in to comment.