Skip to content

Commit

Permalink
fix: updates instructions for private repositories in pdm publish. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
rentruewang authored Jan 18, 2024
1 parent 36a0e2b commit b95c31a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/docs/usage/publish.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
name: upload release to PyPI
runs-on: ubuntu-latest
permissions:
# This permission is needed for private repositories.
contents: read
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write
steps:
Expand Down

0 comments on commit b95c31a

Please sign in to comment.