Skip to content

Commit

Permalink
Add write permissions for github release upload
Browse files Browse the repository at this point in the history
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
  • Loading branch information
AyanSinhaMahapatra committed May 26, 2023
1 parent 213a7b2 commit bf57d6b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:


create-gh-release:
# Sets permissions of the GITHUB_TOKEN to allow release upload
permissions:
contents: write
name: Create GH release
needs:
- build-pypi-distribs
Expand Down

0 comments on commit bf57d6b

Please sign in to comment.