diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 16bd7b3..72a3f39 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/legacy/" + repository-url: "https://pypi.org/p/clingexplaid" - 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/legacy/" + repository-url: "https://test.pypi.org/p/clingexplaid"