summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2022-06-22 10:58:56 -0600
committerGitHub <noreply@github.com>2022-06-22 10:58:56 -0600
commitdf7ccc4034e04fd3fadaa33710c727589dc0d938 (patch)
tree874681f7ddbbc69a7158cbe37520c2d6c4393a05
parent0028203bf0ab1fb8e72318bba958969ec7cecc73 (diff)
parentf913d40d618ff528c4bb45bb7fbd0b4770b79066 (diff)
downloadnumpy-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.sh3
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"