another try

This commit is contained in:
holger krekel
2019-09-03 13:37:44 +02:00
parent 5f33a8c54c
commit 73da9b21a3
2 changed files with 1 additions and 3 deletions

View File

@@ -1,5 +1,4 @@
version: 2.1
executors:
default:
docker:
@@ -158,7 +157,6 @@ jobs:
- checkout
- attach_workspace:
at: workspace
- run: pyenv global 3.6.2
- run: ls -laR workspace
- run: ci_scripts/ci_upload.sh workspace/py-docs workspace/wheelhouse

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