summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bestwalter <oliver.bestwalter@avira.com>2018-03-23 22:56:59 +0100
committerOliver Bestwalter <oliver.bestwalter@avira.com>2018-03-23 22:56:59 +0100
commitfcdbd4546e96a97cf33f93c6976921db6c559324 (patch)
treee84559f022dbf0ef11bb3286dce5d75aa7562df3
parent4802b97371ef7584df0556c1dfab049197013037 (diff)
downloadtox-git-fcdbd4546e96a97cf33f93c6976921db6c559324.tar.gz
install twine just to make sure
-rwxr-xr-xtasks/pra.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tasks/pra.sh b/tasks/pra.sh
index e8ee1ff0..18acec01 100755
--- a/tasks/pra.sh
+++ b/tasks/pra.sh
@@ -89,6 +89,7 @@ pypi_release () {
_confirm "upload to pypi: $PACKAGES?"
# TODO get devpi push to work again
# get rid of this ...
+ pip install -U twine
twine upload ${PACKAGES}
# ... and do this when this is fixed:
# https://github.com/devpi/devpi/issues/449