From e111bfa48a4ea681df7bb4e0410484207d29309e Mon Sep 17 00:00:00 2001 From: Yuman Hordijk <42876712+YHordijk@users.noreply.github.com> Date: Wed, 11 Oct 2023 02:06:21 +0200 Subject: [PATCH] Update pypi_publish.yml --- .github/workflows/pypi_publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi_publish.yml b/.github/workflows/pypi_publish.yml index 231b0c84..bfc3bca2 100644 --- a/.github/workflows/pypi_publish.yml +++ b/.github/workflows/pypi_publish.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest environment: name: pypi-publish - url: https://pypi.org/project/TCutility/ + url: https://pypi.org/project/${{ github.event.repository.name }}/ permissions: id-token: write # IMPORTANT: this permission is mandatory for trusted publishing steps: