File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 95
95
env :
96
96
OPENBLAS_LIBS_STAGING_UPLOAD_TOKEN : ${{ secrets.MULTIBUILD_WHEELS_STAGING_ACCESS }}
97
97
run : |
98
- pip install -q git+https://github.com/Anaconda-Platform/anaconda-client@1.7.2
98
+ pip install -q git+https://github.com/Anaconda-Platform/anaconda-client@1.8.0
99
99
tools/upload_to_anaconda_staging.sh
Original file line number Diff line number Diff line change 90
90
# The token is available when under the MacPython org, not on forks
91
91
echo "secrets.MULTIBUILD_WHEELS_STAGING_ACCESS is not defined: skipping";
92
92
else
93
- pip install git+https://github.com/Anaconda-Server/anaconda-client@1.7.2;
93
+ pip install git+https://github.com/Anaconda-Server/anaconda-client@1.8.0
94
94
# The first -t option refers to the token, the second is the "type"
95
95
# option to the "upload" command
96
96
anaconda -t ${TOKEN} upload \
Original file line number Diff line number Diff line change 4
4
# Note that the anaconda-client package on PyPI is too old. Install from github
5
5
# tag instead:
6
6
echo $( python -c " import sys; print(sys.version)" )
7
+ sudo chmod -R a+w /home/travis/.cache
7
8
pip install -q git+https://github.com/Anaconda-Platform/
[email protected]
8
9
upload_to_anaconda
9
10
You can’t perform that action at this time.
0 commit comments