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
d434f8f061
commit
4bf5eac7f2
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user