Fix drone pipeline to upload to PyPy
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Stefan Reimer 2019-06-27 13:38:12 +00:00
parent 31ea1665af
commit f15e2903aa
1 changed files with 1 additions and 1 deletions

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: