mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
conda: also add build number, not just string.
This commit is contained in:
parent
a756862190
commit
1eef71ba87
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue