We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 378014f + b006c1a commit 3549302Copy full SHA for 3549302
.github/workflows/build-wheels.yml
@@ -101,9 +101,9 @@ jobs:
101
if [ ${ANACONDA_UPLOAD} == true ]; then
102
# main branches of these two packages
103
python --version
104
- python -m pip install cython<3
+ python -m pip install "cython<3"
105
python -m pip list
106
- python -m pip install git+https://github.com/Anaconda-Server/anaconda-client.git
+ python -m pip install git+https://github.com/Anaconda-Server/anaconda-client.git -vv
107
python -m pip install "urllib3>=1.21.1,<2"
108
ls ./wheelhouse/*.whl
109
anaconda -t ${TOKEN} upload --force -u ${ANACONDA_ORG} ./wheelhouse/*.whl
0 commit comments