From d4cd1cedfdd4f693cf67071c9652caa0e0b90317 Mon Sep 17 00:00:00 2001 From: Romuald Juchnowicz-Bierbasz Date: Wed, 14 Aug 2019 16:07:01 +0200 Subject: [PATCH] Install wheel in deploy --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c9c4183..19643d2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 \ No newline at end of file + - tags