Skip to content

Commit

Permalink
make sure action has permission to create release (#2083) [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
winglian authored Nov 19, 2024
1 parent 6679e20 commit 5f6f918
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
setup_release:
name: Create Release
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Get the tag version
id: extract_branch
Expand Down

0 comments on commit 5f6f918

Please sign in to comment.