Skip to content

Commit 9311926

Browse files
authored
Merge pull request #56 from isuruf/arm64
fix github actions uplaod
2 parents 38d11c6 + 794c46f commit 9311926

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)