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: