diff --git a/.scripts/run_docker_build.sh b/.scripts/run_docker_build.sh index c4079b7..b69e885 100755 --- a/.scripts/run_docker_build.sh +++ b/.scripts/run_docker_build.sh @@ -74,7 +74,7 @@ fi ( startgroup "Start Docker" ) 2> /dev/null -export UPLOAD_PACKAGES="${UPLOAD_PACKAGES:-True}" +export UPLOAD_PACKAGES=False export IS_PR_BUILD="${IS_PR_BUILD:-False}" docker pull "${DOCKER_IMAGE}" docker run ${DOCKER_RUN_ARGS} \ diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 034aeef..151d5ab 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,6 +1,6 @@ {% set name = "tiledb-vcf" %} -{% set version = "0.20.2" %} -{% set sha256 = "217652ad87b0ef448460597d589342d5850c653afabc5fa939cd32b787a5e9ba" %} +{% set version = "0.21.0" %} +{% set sha256 = "85fe8eb5b4e2a59b0d7a497b66a72597799b01e57e7c839c642568050bc82130" %} package: name: {{ name }} @@ -27,10 +27,10 @@ requirements: - make run: - htslib >=1.15 - - tiledb 2.12.* + - tiledb 2.13.* host: - htslib >=1.15 - - tiledb 2.12.* + - tiledb 2.13.* outputs: - name: libtiledbvcf @@ -44,10 +44,10 @@ outputs: - make host: - htslib >=1.15 - - tiledb 2.12.* + - tiledb 2.13.* run: - htslib >=1.15 - - tiledb 2.12.* + - tiledb 2.13.* test: commands: - tiledbvcf version @@ -65,7 +65,7 @@ outputs: - {{ pin_compatible('numpy', lower_bound='1.16') }} - {{ pin_subpackage('libtiledbvcf', exact=True) }} - python - - pyarrow 9.0.* + - pyarrow 6.0.* - pybind11 - rpdb - wheel @@ -76,7 +76,7 @@ outputs: - {{ pin_compatible('numpy', lower_bound='1.16') }} - {{ pin_subpackage('libtiledbvcf', exact=True) }} - python - - pyarrow 9.0.* + - pyarrow 6.0.* - pybind11 - setuptools - pandas