Skip to content

Commit

Permalink
ci: Give permission to write packages and content to pypi-publish GHA.
Browse files Browse the repository at this point in the history
  • Loading branch information
kesara authored Jan 31, 2024
1 parent 8f14554 commit 08a54f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: write
packages: write
outputs:
pkg_version: ${{ steps.semver.outputs.next }}

Expand Down

0 comments on commit 08a54f6

Please sign in to comment.