Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ conda build -c conda-forge -c computational-metabolomics -c bioconda --output-fo

if [[ -n "${INPUT_ANACONDATOKEN}" ]]; then
export ANACONDA_API_TOKEN=$INPUT_ANACONDATOKEN
anaconda upload ./noarch/*.tar.bz2 -u computational-metabolomics
anaconda upload ./noarch/*.conda -u computational-metabolomics
fi
6 changes: 3 additions & 3 deletions recipes/r-xlsxbuilder/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ source:
- 'https://github.com/computational-metabolomics/{{ name|lower }}/archive/v{{ version|lower }}.tar.gz'
md5: fab06db4a481a6e31d6e1950592e49e0
build:
number: 4
number: 3
rpaths:
- lib/R/lib/
- lib/
noarch: generic
requirements:
host:
- 'r-base >=4.4,<4.5.0a0'
- 'r-base >=4.3,<4.4'
- r-openxlsx
run:
- 'r-base >=4.4,<4.5.0a0'
- 'r-base >=4.3,<4.4'
- r-openxlsx
test:
commands:
Expand Down
Loading