From c07eba92576d2b04bf819520798c3079448f911d Mon Sep 17 00:00:00 2001 From: jaimergp Date: Fri, 9 Aug 2024 09:55:56 +0200 Subject: [PATCH] Fix version in recipe/meta.yaml --- recipe/meta.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index a4c7b0a0..725553aa 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,8 +1,6 @@ -{% set data = load_setup_py_data() %} - package: name: constructor - version: {{ data.get('version') }} + version: "{{ GIT_DESCRIBE_TAG }}.{{ GIT_BUILD_STR }}" source: # git_url is nice in that it won't capture devenv stuff. However, it only