diff options
-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" |