From 16be9c3a408be618321c665c0238d078edcb30e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ricks?= Date: Thu, 18 Jan 2024 15:22:50 +0100 Subject: [PATCH] Change: Add URL to environment for PyPI deployment workflow Adding the URL to the pontos project on PyPI will display the URL at several places on the GitHub repository. --- .github/workflows/deploy-pypi.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-pypi.yml b/.github/workflows/deploy-pypi.yml index 4279af06..f362eba2 100644 --- a/.github/workflows/deploy-pypi.yml +++ b/.github/workflows/deploy-pypi.yml @@ -7,7 +7,9 @@ on: jobs: deploy: runs-on: ubuntu-latest - environment: pypi + environment: + name: pypi + url: https://pypi.org/project/pontos/ permissions: id-token: write steps: