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

update yml

parent e4772dfe
No related merge requests found
Pipeline #13178 failed with stages
in 58 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: "__token__" TWINE_USERNAME: "${PYPI_USERNAME}"
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