Skip to content

Commit

Permalink
Update deploy_release_to_PyPI.yaml
Browse files Browse the repository at this point in the history
Add permissions
  • Loading branch information
dan-smalley authored May 28, 2024
1 parent 8e54eca commit df60e2e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy_release_to_PyPI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,14 @@ jobs:
with:
workflow-environment: Dev
pypi-url: https://test.pypi.org/legacy/
permissions:
id-token: write

prod_pypi_upload:
needs: test_pypi_upload
uses: ./.github/workflows/PyPI_package_upload.yaml
with:
workflow-environment: Prod
pypi-url: https://pypi.org/legacy/
permissions:
id-token: write

0 comments on commit df60e2e

Please sign in to comment.