Skip to content

Commit

Permalink
update permissions in release action (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
jGaboardi authored Jan 15, 2025
1 parent c0e0f78 commit 9d4643e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
build-n-publish:
name: Build and publish neatnet to PyPI
runs-on: ubuntu-latest
permissions:
id-token: write # MANDATORY for trusted publishing to PyPI
contents: write # MANDATORY for the Github release action

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 9d4643e

Please sign in to comment.