Skip to content

Commit e4cedd5

Browse files
committed
Use GIT_STRING and not GIT_TAG for version
This makes sure that the conda package for the dev branch is appended with '_latest'.
1 parent ddc712b commit e4cedd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.conda-recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: exdir
3-
version: {{ environ.get("GIT_TAG", "0.0.0_custom")|replace("v", "")|replace("-", "_") }}
3+
version: {{ environ.get("GIT_STRING", "0.0.0_custom")|replace("v", "")|replace("-", "_") }}
44

55
source:
66
git_url: ..

0 commit comments

Comments
 (0)