Skip to content

Commit

Permalink
use test.pypi.org instead of test.pypi.org/legacy as test-release dep…
Browse files Browse the repository at this point in the history
…loy URL
  • Loading branch information
brainelectronics committed Oct 20, 2022
1 parent 7e95348 commit 0e2e17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Publish package
uses: pypa/gh-action-pypi-publish@release/v1.5
with:
repository_url: https://test.pypi.org/legacy/
repository_url: https://test.pypi.org/
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
skip_existing: true
verbose: true
Expand Down

0 comments on commit 0e2e17e

Please sign in to comment.