diff --git a/.github/scripts/release b/.github/scripts/release index 0c209d0..9dea433 100755 --- a/.github/scripts/release +++ b/.github/scripts/release @@ -5,7 +5,4 @@ source conda/etc/profile.d/conda.sh conda activate set -ux f=recipe/meta.json -pkg=$(jq -r .name $f)-$(jq -r .version $f)-$(jq -r .build $f).tar.bz2 -for x in $(find conda/conda-bld -type f -name $pkg); do - anaconda -t $ANACONDA_TOKEN upload $x -done +anaconda -t $ANACONDA_TOKEN upload conda/conda-bld/$(jq -r .name $f)-$(jq -r .version $f)-$(jq -r .build $f).tar.bz2