Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
94960fe1
Unverified
Commit
94960fe1
authored
Aug 15, 2022
by
Andrey Talman
Committed by
GitHub
Aug 15, 2022
Browse files
Fix arm64 dist path for anaconda upload (#6424)
parent
e9842da0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.github/workflows/build-m1-binaries.yml
.github/workflows/build-m1-binaries.yml
+1
-1
No files found.
.github/workflows/build-m1-binaries.yml
View file @
94960fe1
...
@@ -154,4 +154,4 @@ jobs:
...
@@ -154,4 +154,4 @@ jobs:
conda install -yq anaconda-client
conda install -yq anaconda-client
set -x
set -x
export ANACONDA_PATH=$(conda info --base)/bin
export ANACONDA_PATH=$(conda info --base)/bin
$ANACONDA_PATH/anaconda -t "${CONDA_PYTORCHBOT_TOKEN}" upload dist/*.tar.bz2 -u "pytorch-${CHANNEL}" --label main --no-progress --force
$ANACONDA_PATH/anaconda -t "${CONDA_PYTORCHBOT_TOKEN}" upload dist/
osx-arm64/
*.tar.bz2 -u "pytorch-${CHANNEL}" --label main --no-progress --force
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment