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

Use new way of building packages

parent 9c4a19b7
No related branches found
No related tags found
1 merge request!45Use new way of building packages
Pipeline #155378 passed
......@@ -69,8 +69,8 @@ deploy-pypi:
TWINE_REPOSITORY_URL: ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi
before_script:
- pip install twine
- pip install twine build
script:
- python setup.py sdist bdist_wheel
- python -m build
- twine upload --repository-url ${TWINE_REPOSITORY_URL} 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