From 2a57e932c17766a62c85fd801a3163c2fa3c757f Mon Sep 17 00:00:00 2001 From: Bjorn Neergaard Date: Mon, 25 Mar 2024 12:09:54 -0600 Subject: [PATCH] ci/release: add URL to environment --- .github/workflows/release.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 49c8d951b84..891657f2162 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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