We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd78689 commit e342e1cCopy full SHA for e342e1c
conda-recipes/cyberpandas/meta.yaml
@@ -3,7 +3,9 @@ package:
3
version: {{ environ.get('GIT_DESCRIBE_TAG', '') }}
4
5
build:
6
- number: 0
+ 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 %}
9
script: python setup.py install --single-version-externally-managed --record=record.txt
10
11
source:
0 commit comments