From f585341311fa8e6f99ef9829670cf164a97cfa13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Tue, 14 Jan 2020 14:25:01 +0100 Subject: [PATCH] Fix broken CI Twine >=3.0.0 requires gcc and the linux development headers, which we don't want, so we pin twine to 2.0.0 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8493bfa..9a61f57 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,7 +29,7 @@ deploy:image: deploy:pypi: script: - - pip3 install -U setuptools twine + - pip3 install -U setuptools twine==2.0.0 - python3 setup.py sdist - twine upload --skip-existing dist/tutor-xqueue*.tar.gz only: