Skip to content

Commit 2bf7c8b

Browse files
authored
Fix anaconda binaries upload (#3192)
1 parent 738a771 commit 2bf7c8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

conda.recipe/build_and_upload.sh

+1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ conda config --set anaconda_upload no
2626
conda build --no-test --output-folder conda_build conda.recipe -c pytorch
2727

2828
# Upload to Anaconda
29+
conda config --set anaconda_upload yes
2930
ls conda_build/*/*.tar.bz2 | xargs -I {} anaconda -v -t $ANACONDA_TOKEN upload -u $UPLOAD_USER {}

0 commit comments

Comments
 (0)