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

fix upload url

parent 4affc2fc
No related branches found
No related tags found
No related merge requests found
Pipeline #13187 passed with stages
in 54 seconds
......@@ -38,7 +38,7 @@ upload:
upload-to-pypi:
extends: upload
variables:
REPO_URL: "https://pypi.org/legacy/"
REPO_URL: "https://upload.pypi.org/legacy/"
TWINE_PASSWORD: "${PYPI_TOKEN_PASSWORD}"
TWINE_USERNAME: "__token__"
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