From a5e0721ec180092279fabcfdc56e55b5a4f4707b Mon Sep 17 00:00:00 2001 From: Rebecca Claire Murphy Date: Tue, 26 Jan 2021 12:59:56 +0000 Subject: [PATCH] Build wheel --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 162de3d8..232aadf6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,10 +44,10 @@ deploy_production: image: python:3.8-buster before_script: - - pip install twine + - pip install twine wheel script: - - python setup.py sdist + - python setup.py sdist bdist_wheel - twine upload dist/* rules: