Skip to content
Snippets Groups Projects
Verified Commit 53b947d5 authored by Yoann Schneider's avatar Yoann Schneider :tennis:
Browse files

Publish on pypi

parent 1ff1ca52
No related branches found
No related tags found
1 merge request!52Publish on pypi
Pipeline #171346 passed
......@@ -63,14 +63,9 @@ deploy-pypi:
only:
- tags
variables:
TWINE_USERNAME: gitlab-ci-token
TWINE_PASSWORD: ${CI_JOB_TOKEN}
TWINE_REPOSITORY_URL: ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi
before_script:
- pip install twine build
script:
- python -m build
- twine upload --repository-url ${TWINE_REPOSITORY_URL} dist/*
- twine upload -r pypi 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