mirror of
https://github.com/gogcom/galaxy-integrations-python-api.git
synced 2026-01-18 03:38:15 -05:00
Install wheel in deploy
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user