Skip to content
Snippets Groups Projects
Commit f5118adb authored by Romin's avatar Romin :eye:
Browse files

Update .gitlab-ci.yml

parent 95c4c7ac
No related branches found
No related tags found
No related merge requests found
......@@ -17,10 +17,12 @@ release:
stage: release
before_script:
- python -V
- python -m pip install --upgrade pip
- python -m pip list
script:
- pip install --upgrade pip
- pip install wheel
- pip install twine
- python -m pip install -U prettytable
- python -m pip install wheel
- python -m pip install twine
- python setup.py sdist bdist_wheel
- TWINE_PASSWORD=${PYPI_TOKEN} TWINE_USERNAME=__token__
python -m twine upload --repository pypi dist/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment