Mentions légales du service

Skip to content
Snippets Groups Projects
Commit c9f69a14 authored by Martin Genet's avatar Martin Genet
Browse files

Explicitly install setuptools for pypi deployment

parent 10627e46
No related branches found
No related tags found
No related merge requests found
Pipeline #1050626 failed
......@@ -175,7 +175,7 @@ pypi:
TWINE_USERNAME: $PYPI_USER
TWINE_PASSWORD: $PYPI_PASS
script:
- pip install -U twine
- pip install -U setuptools twine
- python setup.py sdist bdist_wheel
- twine upload dist/*
......@@ -188,6 +188,6 @@ gitlab:
- small
image: python
script:
- pip install -U twine
- pip install -U setuptools twine
- python setup.py sdist bdist_wheel
- TWINE_USERNAME=gitlab-ci-token TWINE_PASSWORD=${CI_JOB_TOKEN} twine upload --verbose --skip-existing --repository-url https://gitlab.inria.fr/api/v4/projects/${CI_PROJECT_ID}/packages/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