Skip to content
Snippets Groups Projects
Commit b146e2ae authored by Markus Scheidgen's avatar Markus Scheidgen
Browse files

Install twine into a virtual env.

parent b3535c26
No related branches found
No related tags found
1 merge request!115Install twine into a virtual env.
Pipeline #237168 passed
......@@ -118,6 +118,8 @@ release python package:
dependencies:
- build python package
script:
- python -m venv .venv
- source .venv/bin/activate
- python -m pip install twine
- 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 infra/dist/*
rules:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment