From 421a386b9bbe560cb8ec39975841ee3d0abd3ca4 Mon Sep 17 00:00:00 2001 From: Hannes Weichelt Date: Tue, 30 Apr 2024 17:42:30 +0200 Subject: [PATCH] restored original repository-urls --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c93d567..16bd7b3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -42,10 +42,10 @@ jobs: if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') }} uses: pypa/gh-action-pypi-publish@release/v1 with: - repository-url: "https://pypi.org/p/clingexplaid/" + repository-url: "https://pypi.org/legacy/" - name: publish package (test.pypi) if: ${{ github.event_name == 'workflow_dispatch' }} uses: pypa/gh-action-pypi-publish@release/v1 with: - repository-url: "https://test.pypi.org/p/clingexplaid/" + repository-url: "https://test.pypi.org/legacy/"