ajout de twine
This commit is contained in:
parent
3f071c7186
commit
10cf84ccd2
1 changed files with 2 additions and 1 deletions
|
@ -31,9 +31,10 @@ test:
|
|||
|
||||
run:
|
||||
script:
|
||||
- pip install setuptools
|
||||
- pip install setuptools twine
|
||||
- pip install .
|
||||
- python setup.py sdist
|
||||
- TWINE_PASSWORD=${CI_JOB_TOKEN} TWINE_USERNAME=gitlab-ci-token python -m twine upload --verbose --repository-url https://gitlab.com/api/v4/projects/${CI_PROJECT_ID}/packages/pypi dist/*
|
||||
artifacts:
|
||||
paths:
|
||||
- dist/*
|
||||
|
|
Loading…
Reference in a new issue