diff --git a/conda/build.sh b/conda/build.sh index b24687a8..2773e590 100755 --- a/conda/build.sh +++ b/conda/build.sh @@ -1,5 +1,5 @@ #!/bin/bash rm -rf build -conda-build --output-folder build conda.recipe +conda build --no-anaconda-upload --output-folder build conda.recipe diff --git a/conda/conda.recipe/meta.yaml b/conda/conda.recipe/meta.yaml index 64f6b8b9..203c36ed 100644 --- a/conda/conda.recipe/meta.yaml +++ b/conda/conda.recipe/meta.yaml @@ -1,15 +1,20 @@ {% set data = load_setup_py_data(setup_file='../../setup.py', from_recipe_dir=True) %} {% set name = "typhon" %} -{% set version = data['version'] %} +#{% set version = data['version'] %} +#{% set version = data['version'] %} +{% set version = "0.10.0" %} +{% set dev_url = "https://github.com/atmtools/typhon" %} package: name: {{ name|lower }} version: {{ version }} source: - #url: "https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz" - url: "https://test.pypi.org/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz" - #url: https://github.com/atmtools/typhon/releases/download/{{ version }}/typhon-{{ version }}.tar.gz + url: "https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz" + # url: "https://test.pypi.org/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz" + # url: https://github.com/atmtools/typhon/releases/download/{{ version }}/typhon-{{ version }}.tar.gz + # git_url: {{ dev_url }}.git + # git_depth: 1 build: noarch: python @@ -18,7 +23,7 @@ build: requirements: host: - - python >=3.8 + - python >=3.10 - pip - setuptools >=3.4 run: