Skip to content
Snippets Groups Projects
Commit 13f5f489 authored by George Marchment's avatar George Marchment
Browse files

revert back to original commit

parent ad29d7db
No related branches found
No related tags found
No related merge requests found
Pipeline #13181 failed with stages
in 53 seconds
...@@ -40,7 +40,7 @@ upload-to-pypi: ...@@ -40,7 +40,7 @@ upload-to-pypi:
variables: variables:
PRIVATE_REGISTRY_API_URL: "https://pypi.org" PRIVATE_REGISTRY_API_URL: "https://pypi.org"
TWINE_PASSWORD: "${PYPI_TOKEN_PASSWORD}" TWINE_PASSWORD: "${PYPI_TOKEN_PASSWORD}"
TWINE_USERNAME: "${PYPI_USERNAME}" TWINE_USERNAME: "__token__"
before_script: before_script:
- > - >
if [[ -z "$TWINE_PASSWORD" ]]; then if [[ -z "$TWINE_PASSWORD" ]]; then
......
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