We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 738a771 commit 2bf7c8bCopy full SHA for 2bf7c8b
conda.recipe/build_and_upload.sh
@@ -26,4 +26,5 @@ conda config --set anaconda_upload no
26
conda build --no-test --output-folder conda_build conda.recipe -c pytorch
27
28
# Upload to Anaconda
29
+conda config --set anaconda_upload yes
30
ls conda_build/*/*.tar.bz2 | xargs -I {} anaconda -v -t $ANACONDA_TOKEN upload -u $UPLOAD_USER {}
0 commit comments