We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c22fc6f commit 794c46fCopy full SHA for 794c46f
.github/workflows/multibuild.yml
@@ -90,7 +90,7 @@ jobs:
90
# The token is available when under the MacPython org, not on forks
91
echo "secrets.MULTIBUILD_WHEELS_STAGING_ACCESS is not defined: skipping";
92
else
93
- pip install git+https://github.com/Anaconda-Server/anaconda-client;
+ pip install git+https://github.com/Anaconda-Server/anaconda-client@1.7.2;
94
# The first -t option refers to the token, the second is the "type"
95
# option to the "upload" command
96
anaconda -t ${TOKEN} upload \
0 commit comments