Fix drone pipeline to upload to PyPy

This commit is contained in:
Stefan Reimer 2019-06-27 13:38:12 +00:00
parent 31ea1665af
commit f15e2903aa

View File

@ -23,7 +23,7 @@ steps:
from_secret: TWINE_PASSWORD
commands:
- which make || apk add make
- pip install -r twine
- pip install -r dev-requirements.txt
- make upload
when:
event: