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
e9842da0
Unverified
Commit
e9842da0
authored
Aug 15, 2022
by
Andrey Talman
Committed by
GitHub
Aug 15, 2022
Browse files
Use dist path when uploading using anaconda (#6423)
parent
72e076eb
Changes
1
Show 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 @
e9842da0
...
@@ -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
~/miniconda3/conda-bld/osx-arm64
/*.tar.bz2 -u "pytorch-${CHANNEL}" --label main --no-progress --force
$ANACONDA_PATH/anaconda -t "${CONDA_PYTORCHBOT_TOKEN}" upload
dist
/*.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