Skip to content

Commit

Permalink
Use GIT_DESCRIBE_TAG to determine version for conda recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
haasad committed Nov 16, 2023
1 parent 88f4476 commit 2ad3f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: pypardiso
version: "0.4.3"
version: "{{ GIT_DESCRIBE_TAG }}"

source:
git_rev: origin/master
Expand Down

0 comments on commit 2ad3f31

Please sign in to comment.