Skip to content

Commit 9da175f

Browse files
authored
Bump rbase to v4.4 for r-xlsxbuilder v0.1.4 (#9) - part 2 (#10)
* Revert "Bump rbase to v4.4 for r-xlsxbuilder v0.1.4 (#9)" * Update Dockerfile and entrypoint.sh
1 parent 83219db commit 9da175f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ conda build -c conda-forge -c computational-metabolomics -c bioconda --output-fo
1111

1212
if [[ -n "${INPUT_ANACONDATOKEN}" ]]; then
1313
export ANACONDA_API_TOKEN=$INPUT_ANACONDATOKEN
14-
anaconda upload ./noarch/*.tar.bz2 -u computational-metabolomics
14+
anaconda upload ./noarch/*.conda -u computational-metabolomics
1515
fi

recipes/r-xlsxbuilder/meta.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ source:
99
- 'https://github.com/computational-metabolomics/{{ name|lower }}/archive/v{{ version|lower }}.tar.gz'
1010
md5: fab06db4a481a6e31d6e1950592e49e0
1111
build:
12-
number: 4
12+
number: 3
1313
rpaths:
1414
- lib/R/lib/
1515
- lib/
1616
noarch: generic
1717
requirements:
1818
host:
19-
- 'r-base >=4.4,<4.5.0a0'
19+
- 'r-base >=4.3,<4.4'
2020
- r-openxlsx
2121
run:
22-
- 'r-base >=4.4,<4.5.0a0'
22+
- 'r-base >=4.3,<4.4'
2323
- r-openxlsx
2424
test:
2525
commands:

0 commit comments

Comments
 (0)