Skip to content

Commit

Permalink
Use setup.version for conda package.
Browse files Browse the repository at this point in the history
I'd like all the versions numbers to be tied to sleap/version.py.
Also, the GIT_DESCRIBE_TAG is now dropping the leading '0' and
conda doesn't like '.1.15' as the version number.
  • Loading branch information
ntabris committed Mar 12, 2020
1 parent a1c15a7 commit f0c7c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package:
# Repeating name because of the following issue:
# https://github.com/conda/conda-build/issues/2475
name: sleap
version: {{ GIT_DESCRIBE_TAG[1:] }}
version: {{ data.get('version') }}

about:
home: {{ data.get('url') }}
Expand Down

0 comments on commit f0c7c76

Please sign in to comment.