From 1d495355db246b3b07ae885621ea00f4aaa8605d Mon Sep 17 00:00:00 2001 From: Anders Jensen <667117+JohnDoee@users.noreply.github.com> Date: Sat, 17 Feb 2024 16:14:07 +0100 Subject: [PATCH] fixed publish script --- .github/workflows/publish-to-pypi.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-to-pypi.yml b/.github/workflows/publish-to-pypi.yml index 0ea488a..25c471f 100644 --- a/.github/workflows/publish-to-pypi.yml +++ b/.github/workflows/publish-to-pypi.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest environment: name: deluge-client - url: https://test.pypi.org/p/deluge-client + url: https://pypi.org/p/deluge-client permissions: id-token: write contents: read @@ -37,5 +37,4 @@ jobs: --outdir dist/ - name: Publish distribution uses: pypa/gh-action-pypi-publish@release/v1 - with: - repository-url: https://test.pypi.org/legacy/ +