Skip to content

Commit

Permalink
Infer version from jinja2 variable assignment in recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
haasad committed Nov 19, 2023
1 parent 2426cb1 commit b71114d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <<EOF
build:
script_env:
Expand Down

0 comments on commit b71114d

Please sign in to comment.