Skip to content

Commit

Permalink
fixed repository url for pypi (upload.pypi.org)
Browse files Browse the repository at this point in the history
  • Loading branch information
hweichelt committed Apr 30, 2024
1 parent 421a386 commit 5ed1010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ 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://upload.pypi.org/legacy/"

- name: publish package (test.pypi)
if: ${{ github.event_name == 'workflow_dispatch' }}
Expand Down

0 comments on commit 5ed1010

Please sign in to comment.