Skip to content

Commit d4cd1ce

Browse files
committed
Install wheel in deploy
1 parent 161122b commit d4cd1ce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ deploy_package:
1818
TWINE_USERNAME: $PYPI_USERNAME
1919
TWINE_PASSWORD: $PYPI_PASSWORD
2020
script:
21-
- pip install twine
21+
- pip install twine wheel
2222
- rm -rf dist
2323
- export VERSION=$(python setup.py --version)
2424
- python setup.py sdist --formats=gztar bdist_wheel
@@ -29,4 +29,4 @@ deploy_package:
2929
only:
3030
- master
3131
except:
32-
- tags
32+
- tags

0 commit comments

Comments
 (0)