Skip to content

Commit 794c46f

Browse files
committed
fix github actions uplaod
1 parent c22fc6f commit 794c46f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/multibuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
# The token is available when under the MacPython org, not on forks
9191
echo "secrets.MULTIBUILD_WHEELS_STAGING_ACCESS is not defined: skipping";
9292
else
93-
pip install git+https://github.com/Anaconda-Server/anaconda-client;
93+
pip install git+https://github.com/Anaconda-Server/anaconda-client@1.7.2;
9494
# The first -t option refers to the token, the second is the "type"
9595
# option to the "upload" command
9696
anaconda -t ${TOKEN} upload \

0 commit comments

Comments
 (0)