Compare commits

...

4 Commits

Author SHA1 Message Date
holger krekel
ea28ba6fbd try fix upload 2020-05-05 18:16:28 +02:00
holger krekel
3bfaaf10e3 another 2019-09-03 14:54:32 +02:00
holger krekel
73da9b21a3 another try 2019-09-03 13:40:00 +02:00
holger krekel
5f33a8c54c try use py36 for uploads 2019-09-02 20:54:47 +02:00
2 changed files with 4 additions and 3 deletions

View File

@@ -1,5 +1,4 @@
version: 2.1
executors:
default:
docker:
@@ -153,11 +152,12 @@ jobs:
- wheelhouse
upload_docs_wheels:
machine: True
machine: true
steps:
- checkout
- attach_workspace:
at: workspace
- run: pyenv global 3.5.2
- run: ls -laR workspace
- run: ci_scripts/ci_upload.sh workspace/py-docs workspace/wheelhouse

View File

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