Install wheel in deploy

This commit is contained in:
Romuald Juchnowicz-Bierbasz
2019-08-14 16:07:01 +02:00
parent 161122b94d
commit d4cd1cedfd

View File

@@ -18,7 +18,7 @@ deploy_package:
TWINE_USERNAME: $PYPI_USERNAME
TWINE_PASSWORD: $PYPI_PASSWORD
script:
- pip install twine
- pip install twine wheel
- rm -rf dist
- export VERSION=$(python setup.py --version)
- python setup.py sdist --formats=gztar bdist_wheel
@@ -29,4 +29,4 @@ deploy_package:
only:
- master
except:
- tags
- tags