Tune upload build step
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Stefan Reimer 2019-06-18 17:02:01 +00:00
parent 9a432d2df6
commit 2bb03199f0
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 dev-requirements.txt
- pip install -r twine
- make upload
when:
event: