Skip to content

Commit

Permalink
make sure action has permission to create release
Browse files Browse the repository at this point in the history
  • Loading branch information
winglian committed Nov 19, 2024
1 parent 6679e20 commit afc0dab
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 afc0dab

Please sign in to comment.