Skip to content

Commit

Permalink
Try to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
maddenp committed Oct 19, 2023
1 parent 18c9b29 commit fd15b89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/release
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ source conda/etc/profile.d/conda.sh
conda activate
set -ux
f=recipe/meta.json
anaconda -t $ANACONDA_TOKEN upload conda/conda-bld/$(jq -r .name $f)-$(jq -r .version $f)-$(jq -r .build $f).tar.bz2
anaconda -t $ANACONDA_TOKEN upload conda/conda-bld/$(jq -r .name $f)-$(jq -r .version $f)-*.tar.bz2
1 change: 1 addition & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ build:
requirements:
build:
- pip
host:
- python
test:
requires:
Expand Down

0 comments on commit fd15b89

Please sign in to comment.