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.
1 parent 008b17f commit 334c25eCopy full SHA for 334c25e
tools/wheels/upload_wheels.sh
@@ -38,6 +38,7 @@ upload_wheels() {
38
echo no token set, not uploading
39
else
40
python -m pip install \
41
+ 'urllib3<2.0.0' \
42
git+https://github.com/Anaconda-Platform/anaconda-client.git@be1e14936a8e947da94d026c990715f0596d7043
43
# sdists are located under dist folder when built through setup.py
44
if compgen -G "./dist/*.gz"; then
0 commit comments