Fix drone pipeline to upload to PyPy
This commit is contained in:
parent
31ea1665af
commit
f15e2903aa
@ -23,7 +23,7 @@ steps:
|
|||||||
from_secret: TWINE_PASSWORD
|
from_secret: TWINE_PASSWORD
|
||||||
commands:
|
commands:
|
||||||
- which make || apk add make
|
- which make || apk add make
|
||||||
- pip install -r twine
|
- pip install -r dev-requirements.txt
|
||||||
- make upload
|
- make upload
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
|
Loading…
Reference in New Issue
Block a user