Skip to content

Commit

Permalink
fix the PyPI legacy upload URL
Browse files Browse the repository at this point in the history
Signed-off-by: Bryant Finney <finney.bp@gmail.com>
bryant-finney committed Jul 3, 2023
1 parent d7792d6 commit a6d6ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -89,7 +89,7 @@ include:
env-url: https://pypi.org/project/$CI_PROJECT_NAME/
pypi-name: pypi
pypi-password: $PYPI_PASSWORD
pypi-url: https://pypi.org/legacy/
pypi-url: https://upload.pypi.org/legacy/
pypi-username: $PYPI_USERNAME
project: poetry-tools/ci-cd
ref: main

0 comments on commit a6d6ae4

Please sign in to comment.