Skip to content

Commit

Permalink
Fix version in recipe/meta.yaml (#836)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Aug 9, 2024
1 parent 2840fd5 commit 26962d6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 26962d6

Please sign in to comment.