Skip to content

Commit 635c382

Browse files
author
Kevin Sheppard
committed
MAINT: Update upload
1 parent 52a2e70 commit 635c382

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-wheels.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ jobs:
100100
echo ${PWD}
101101
if [ ${ANACONDA_UPLOAD} == true ]; then
102102
# main branches of these two packages
103+
python --version
104+
python -m pip install cython<3
105+
python -m pip list
103106
python -m pip install git+https://github.com/Anaconda-Server/anaconda-client.git
104107
python -m pip install "urllib3>=1.21.1,<2"
105108
ls ./wheelhouse/*.whl

0 commit comments

Comments
 (0)