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
This commit is contained in:
Régis Behmo 2020-01-14 14:23:56 +01:00
parent d434f8f061
commit 4bf5eac7f2

View File

@ -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-notes*.tar.gz
only: