Skip to content

Commit

Permalink
Pypi repository should have legacy path
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiswl committed Nov 6, 2023
1 parent 4c9c1d4 commit f4a9fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline_on_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- id: get_repository_and_index_url
run: |
pypi_repository="pypi"
pypi_repository_url="https://upload.pypi.org/"
pypi_repository_url="https://upload.pypi.org/legacy/"
index_url="https://pypi.org/simple/"
if [[ "${{ steps.is_pre_release.outputs.is_pre_release }}" == "true" ]]; then
pypi_repository="testpypi"
Expand Down

0 comments on commit f4a9fb8

Please sign in to comment.