Skip to content

Commit

Permalink
changed environ var access #22
Browse files Browse the repository at this point in the history
  • Loading branch information
jacanchaplais committed Oct 23, 2023
1 parent db2da99 commit f68bd17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% set pyproject = load_file_data('../pyproject.toml', from_recipe_dir=True) %}
package:
name: "{{ pyproject.get('project', {}).get('name') }}"
version: "{{ GIT_DESCRIBE_TAG }}"
version: "{{ environ['GIT_DESCRIBE_TAG'] }}"

source:
path: ..
Expand Down

0 comments on commit f68bd17

Please sign in to comment.