File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,5 +11,5 @@ conda build -c conda-forge -c computational-metabolomics -c bioconda --output-fo
11
11
12
12
if [[ -n " ${INPUT_ANACONDATOKEN} " ]]; then
13
13
export ANACONDA_API_TOKEN=$INPUT_ANACONDATOKEN
14
- anaconda upload ./noarch/* .tar.bz2 -u computational-metabolomics
14
+ anaconda upload ./noarch/* .conda -u computational-metabolomics
15
15
fi
Original file line number Diff line number Diff line change @@ -9,17 +9,17 @@ source:
9
9
- ' https://github.com/computational-metabolomics/{{ name|lower }}/archive/v{{ version|lower }}.tar.gz'
10
10
md5 : fab06db4a481a6e31d6e1950592e49e0
11
11
build :
12
- number : 4
12
+ number : 3
13
13
rpaths :
14
14
- lib/R/lib/
15
15
- lib/
16
16
noarch : generic
17
17
requirements :
18
18
host :
19
- - ' r-base >=4.4 ,<4.5.0a0 '
19
+ - ' r-base >=4.3 ,<4.4 '
20
20
- r-openxlsx
21
21
run :
22
- - ' r-base >=4.4 ,<4.5.0a0 '
22
+ - ' r-base >=4.3 ,<4.4 '
23
23
- r-openxlsx
24
24
test :
25
25
commands :
You can’t perform that action at this time.
0 commit comments