diff --git a/.github/workflows/conda-release.yaml b/.github/workflows/conda-release.yaml index 35cd1a3..bd3b999 100644 --- a/.github/workflows/conda-release.yaml +++ b/.github/workflows/conda-release.yaml @@ -29,7 +29,7 @@ jobs: grayskull pypi https://github.com/haasad/PyPardiso --sections {package,source,build,requirements,about} --strict-conda-forge - name: setuptools-scm work-around run: | - VERSION=0.0.27 + VERSION=$(grep "set version" PyPardiso/meta.yaml | cut -d '"' -f2) cat > PyPardiso/recipe_append.yaml <