Skip to content

Commit e342e1c

Browse files
recipe-version-2 (#35)
1 parent fd78689 commit e342e1c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

conda-recipes/cyberpandas/meta.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ package:
33
version: {{ environ.get('GIT_DESCRIBE_TAG', '') }}
44

55
build:
6-
number: 0
6+
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }}
7+
{% if GIT_DESCRIBE_NUMBER|int == 0 %}string: py{{ CONDA_PY }}_0
8+
{% else %}string: py{{ CONDA_PY }}_{{ GIT_BUILD_STR }}{% endif %}
79
script: python setup.py install --single-version-externally-managed --record=record.txt
810

911
source:

0 commit comments

Comments
 (0)