We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22a3c2d commit 6f68152Copy full SHA for 6f68152
conda.recipe/meta.yaml
@@ -1,6 +1,6 @@
1
package:
2
name: python_example
3
- version: {{ environ.get('GIT_DESCRIBE_TAG', '') }}
+ version: {{ environ.get('GIT_DESCRIBE_TAG', 'dev') }}
4
5
build:
6
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }}
0 commit comments