Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
add write permission to publish-to-pypi job
  • Loading branch information
DianaBanta authored Sep 23, 2024
1 parent 9bc9e6f commit 36df125
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
environment:
name: pypi
url: https://pypi.org/p/jupyterbook_patches
permissions:
id-token: write # IMPORTANT: mandatory for trusted publishing

steps:
- name: Download all the dists
Expand Down

0 comments on commit 36df125

Please sign in to comment.