try fixing upload docs step (#2249)

run the upload wheels activity on our build machine -- it requires python 3.6 or greater and CI's "machine" only provides python3.5
This commit is contained in:
holger krekel
2021-02-17 23:08:40 +01:00
committed by GitHub
parent 04a978687f
commit e1fec6a460
2 changed files with 34 additions and 22 deletions

View File

@@ -7,9 +7,6 @@ executors:
doxygen:
docker:
- image: hrektts/doxygen
python:
docker:
- image: 3.7.7-stretch
restore-workspace: &restore-workspace
@@ -156,8 +153,6 @@ jobs:
- checkout
- attach_workspace:
at: workspace
- run: pyenv versions
# - run: pyenv global 3.6.0
- run: ls -laR workspace
- run: ci_scripts/ci_upload.sh workspace/py-docs workspace/wheelhouse workspace/c-docs
@@ -192,8 +187,8 @@ workflows:
filters:
branches:
only: master
tags:
only: /.*/
#tags:
# only: /.*/
- upload_docs_wheels:
requires: