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 d0e9f86 + fce8e17 commit 792feaeCopy full SHA for 792feae
.github/workflows/build-wheels.yml
@@ -103,8 +103,8 @@ jobs:
103
python --version
104
python -m pip install "cython<3"
105
python -m pip list
106
- python -m pip install git+https://github.com/anaconda-graveyard/clyent@b8cc94eccabfde03ef9cd527f1eeb6d69c03eaa6
107
- python -m pip install git+https://github.com/Anaconda-Server/anaconda-client.git -vv
+ python -m pip install git+https://github.com/bashtage/clyent.git
+ python -m pip install git+https://github.com/Anaconda-Server/anaconda-client.git
108
python -m pip install "urllib3>=1.21.1,<2"
109
ls ./wheelhouse/*.whl
110
anaconda -t ${TOKEN} upload --force -u ${ANACONDA_ORG} ./wheelhouse/*.whl
0 commit comments