diff --git a/.conda/meta.yaml b/.conda/meta.yaml index 544e6ee..cfd8ea3 100644 --- a/.conda/meta.yaml +++ b/.conda/meta.yaml @@ -1,5 +1,5 @@ {% set data = load_setup_py_data(setup_file='../setup.py', from_recipe_dir=True) %} -{% set version = data.get('version') %} +{% set version = 0.1.1 %} {% set name = 'med-diagnostics' %} package: diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 6c44fa1..284f40b 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -33,8 +33,8 @@ jobs: conda: name: build and deploy to conda - needs: pypi - if: always() && needs.pypi.result == 'success' + #needs: pypi + #if: always() && needs.pypi.result == 'success' runs-on: "ubuntu-latest" steps: