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 e9842da commit 94960feCopy full SHA for 94960fe
.github/workflows/build-m1-binaries.yml
@@ -154,4 +154,4 @@ jobs:
154
conda install -yq anaconda-client
155
set -x
156
export ANACONDA_PATH=$(conda info --base)/bin
157
- $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
0 commit comments