Skip to content

Commit

Permalink
ci/release: add URL to environment
Browse files Browse the repository at this point in the history
  • Loading branch information
neersighted authored and abn committed Mar 25, 2024
1 parent a313062 commit 2a57e93
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
upload-pypi:
name: Upload (PyPI)
runs-on: ubuntu-latest
environment: pypi
environment:
name: pypi
url: https://pypi.org/project/poetry/
permissions:
id-token: write
needs: build
Expand Down

0 comments on commit 2a57e93

Please sign in to comment.