try use py36 for uploads (#429)

* try use py36 for uploads

* another try

* another
This commit is contained in:
holger krekel
2019-09-03 15:30:28 +02:00
committed by GitHub
parent aeb1a88e7a
commit e5a1b721f1
2 changed files with 3 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ echo -----------------------
# Bundle external shared libraries into the wheels
pushd $WHEELHOUSEDIR
pip install devpi-client
pip3 install devpi-client
devpi use https://m.devpi.net
devpi login dc --password $DEVPI_LOGIN