conda: also add build number, not just string.
This commit is contained in:
parent
a756862190
commit
1eef71ba87
|
@ -8,6 +8,7 @@ source:
|
|||
|
||||
build:
|
||||
noarch_python: true
|
||||
number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
|
||||
string: py_{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
|
||||
script: $PYTHON setup.py install
|
||||
|
||||
|
|
Loading…
Reference in New Issue