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

fix twine

parent 750c61ce
No related branches found
No related tags found
No related merge requests found
Pipeline #53752 failed
......@@ -106,4 +106,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 ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi --verbose ./dist/*
- TWINE_PASSWORD=${CI_JOB_TOKEN} TWINE_USERNAME=gitlab-ci-token python -m twine upload --repository-url ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi --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