We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 161122b commit d4cd1ceCopy full SHA for d4cd1ce
1 file changed
.gitlab-ci.yml
@@ -18,7 +18,7 @@ deploy_package:
18
TWINE_USERNAME: $PYPI_USERNAME
19
TWINE_PASSWORD: $PYPI_PASSWORD
20
script:
21
- - pip install twine
+ - pip install twine wheel
22
- rm -rf dist
23
- export VERSION=$(python setup.py --version)
24
- python setup.py sdist --formats=gztar bdist_wheel
@@ -29,4 +29,4 @@ deploy_package:
29
only:
30
- master
31
except:
32
- - tags
+ - tags
0 commit comments