Skip to content

Commit

Permalink
Update test-release.yml workflow to use /legacy URL again
Browse files Browse the repository at this point in the history
  • Loading branch information
brainelectronics authored Oct 22, 2022
1 parent 0e2e17e commit 1c1d703
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/
repository_url: https://test.pypi.org/legacy/
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
skip_existing: true
verbose: true
Expand Down

0 comments on commit 1c1d703

Please sign in to comment.