Skip to content

Commit

Permalink
Add permissions note to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mawildoer committed Jan 7, 2024
1 parent c12cc61 commit a08b716
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
url: https://pypi.org/p/<your-pypi-project-name>
permissions:
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
# NOTE: setting this permission will remove all other permissions. If you need to do a actions/checkout, for example, you will need to set the "contents" permission to "read"
steps:
# retrieve your distributions here

Expand Down

0 comments on commit a08b716

Please sign in to comment.