Skip to content

Commit

Permalink
Update release workflow script
Browse files Browse the repository at this point in the history
  • Loading branch information
maddenp committed Oct 19, 2023
1 parent 909926c commit 18c9b29
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/scripts/release
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 18c9b29

Please sign in to comment.