diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2022-06-22 10:58:56 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-22 10:58:56 -0600 |
commit | df7ccc4034e04fd3fadaa33710c727589dc0d938 (patch) | |
tree | 874681f7ddbbc69a7158cbe37520c2d6c4393a05 | |
parent | 0028203bf0ab1fb8e72318bba958969ec7cecc73 (diff) | |
parent | f913d40d618ff528c4bb45bb7fbd0b4770b79066 (diff) | |
download | numpy-df7ccc4034e04fd3fadaa33710c727589dc0d938.tar.gz |
Merge pull request #21823 from charris/test-anaconda-uploading
MAINT: Try fixing broken Anaconda uploads.
-rw-r--r-- | tools/wheels/upload_wheels.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/wheels/upload_wheels.sh b/tools/wheels/upload_wheels.sh index 46532a5f0..beeca2768 100644 --- a/tools/wheels/upload_wheels.sh +++ b/tools/wheels/upload_wheels.sh @@ -40,7 +40,8 @@ upload_wheels() { if [ -z ${TOKEN} ]; then echo no token set, not uploading else - python -m pip install git+https://github.com/Anaconda-Server/anaconda-client + python -m pip install \ + 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 echo "Found sdist" |