Skip to content
Snippets Groups Projects
Commit 4affc2fc authored by Bryan Brancotte's avatar Bryan Brancotte
Browse files

use legacy url

parent a433a58e
No related branches found
No related tags found
No related merge requests found
Pipeline #13185 failed with stages
in 1 minute and 2 seconds
...@@ -38,7 +38,7 @@ upload: ...@@ -38,7 +38,7 @@ upload:
upload-to-pypi: upload-to-pypi:
extends: upload extends: upload
variables: variables:
REPO_URL: "https://pypi.org" REPO_URL: "https://pypi.org/legacy/"
TWINE_PASSWORD: "${PYPI_TOKEN_PASSWORD}" TWINE_PASSWORD: "${PYPI_TOKEN_PASSWORD}"
TWINE_USERNAME: "__token__" TWINE_USERNAME: "__token__"
before_script: before_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment