From b71114d1f12b672b976e8ce8ee081052f36a0420 Mon Sep 17 00:00:00 2001 From: haasad Date: Sun, 19 Nov 2023 22:38:22 +0100 Subject: [PATCH] Infer version from jinja2 variable assignment in recipe --- .github/workflows/conda-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conda-release.yaml b/.github/workflows/conda-release.yaml index 953bc95..6029ed0 100644 --- a/.github/workflows/conda-release.yaml +++ b/.github/workflows/conda-release.yaml @@ -30,7 +30,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 <