Skip to content

Commit

Permalink
Merge pull request #21 from umccr/pypi-repository-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiswl authored Nov 6, 2023
2 parents 4c9c1d4 + f4a9fb8 commit f741e18
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 f741e18

Please sign in to comment.