Skip to content

Commit

Permalink
Merge pull request numpy#24044 from charris/fix-simple-anaconda-client
Browse files Browse the repository at this point in the history
BLD: Use urllib < 2.0.0 for anaconda-client.
  • Loading branch information
charris committed Jun 26, 2023
2 parents 008b17f + 334c25e commit 9315a90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/wheels/upload_wheels.sh
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 9315a90

Please sign in to comment.