Skip to content

Commit

Permalink
restored original repository-urls
Browse files Browse the repository at this point in the history
  • Loading branch information
hweichelt committed Apr 30, 2024
1 parent 8a620ae commit 421a386
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/"

0 comments on commit 421a386

Please sign in to comment.