Skip to content

Commit 19e40a0

Browse files
committed
CI: remove leading v from built versions
1 parent b43617d commit 19e40a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conda.recipe/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: pandas
3-
version: {{ GIT_DESCRIBE_TAG }}
3+
version: {{ GIT_DESCRIBE_TAG|replace("v","") }}
44

55
build:
66
number: {{ GIT_DESCRIBE_NUMBER|int }}

0 commit comments

Comments
 (0)