Skip to content
Snippets Groups Projects
Commit fc1341b5 authored by Max Drexler's avatar Max Drexler
Browse files

fix twine job

parent 70f03d41
No related branches found
No related tags found
No related merge requests found
Pipeline #53750 failed
......@@ -15,6 +15,7 @@ default:
cache:
paths:
- .cache/pip
- ./dist
before_script:
- python --version ; pip --version # For debugging
- python -m pip install .
......@@ -106,4 +107,4 @@ deploy::package::release:
before_script:
pip install twine
script:
- TWINE_PASSWORD=${CI_JOB_TOKEN} TWINE_USERNAME=gitlab-ci-token python -m twine upload --repository-url ${PACKAGE_REGISTRY_URL} ./dist/*
- TWINE_PASSWORD=${CI_JOB_TOKEN} TWINE_USERNAME=gitlab-ci-token python -m twine upload --repository-url ${PACKAGE_REGISTRY_URL} --verbose ./dist/*
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