show url in publish environment

This commit is contained in:
David Lord 2024-04-06 16:18:52 -07:00
parent f354a86138
commit b348e4e96f
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8

View file

@ -57,7 +57,9 @@ jobs:
needs: [provenance] needs: [provenance]
# Wait for approval before attempting to upload to PyPI. This allows reviewing the # Wait for approval before attempting to upload to PyPI. This allows reviewing the
# files in the draft release. # files in the draft release.
environment: publish environment:
name: publish
url: https://pypi.org/project/Flask/${{ github.ref_name }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions: permissions:
id-token: write id-token: write