Skip to content

Commit

Permalink
Fix anaconda binaries upload (#3192)
Browse files Browse the repository at this point in the history
  • Loading branch information
vfdev-5 authored Feb 5, 2024
1 parent 738a771 commit 2bf7c8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conda.recipe/build_and_upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ conda config --set anaconda_upload no
conda build --no-test --output-folder conda_build conda.recipe -c pytorch

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

0 comments on commit 2bf7c8b

Please sign in to comment.