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:
parent
290aea0c65
commit
f585341311
@ -29,7 +29,7 @@ deploy:image:
|
|||||||
|
|
||||||
deploy:pypi:
|
deploy:pypi:
|
||||||
script:
|
script:
|
||||||
- pip3 install -U setuptools twine
|
- pip3 install -U setuptools twine==2.0.0
|
||||||
- python3 setup.py sdist
|
- python3 setup.py sdist
|
||||||
- twine upload --skip-existing dist/tutor-xqueue*.tar.gz
|
- twine upload --skip-existing dist/tutor-xqueue*.tar.gz
|
||||||
only:
|
only:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user