Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0e5e58e

Browse files
committed
Update conda-recipe version
Get it from recipe file instead of git-tag.
1 parent 02a8a34 commit 0e5e58e

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: pythonnet
3-
version: {{ environ.get('GIT_DESCRIBE_TAG', '').replace('-dev', '.dev') }}
3+
version: "2.3.0.dev1"
44

55
build:
66
skip: True # [not win]

0 commit comments

Comments
 (0)