Skip to content

Commit

Permalink
BLD: Use urllib < 2.0.0 for anaconda-client.
Browse files Browse the repository at this point in the history
The urllib releases >= 2.0.0 break our pinned version of
anaconda-client. Try to fix that by installing an earlier version of
urllib.
  • Loading branch information
charris committed Jun 26, 2023
1 parent 008b17f commit 334c25e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/wheels/upload_wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ upload_wheels() {
echo no token set, not uploading
else
python -m pip install \
'urllib3<2.0.0' \
git+https://github.com/Anaconda-Platform/anaconda-client.git@be1e14936a8e947da94d026c990715f0596d7043
# sdists are located under dist folder when built through setup.py
if compgen -G "./dist/*.gz"; then
Expand Down

0 comments on commit 334c25e

Please sign in to comment.