Skip to content

Commit

Permalink
Use git info in meta.yaml for conda packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
mliu49 committed May 15, 2018
1 parent fb9b149 commit 28e7df3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# For conda build
package:
name: rmgdatabase
version: "2.1.9"
version: {{ environ.get('GIT_DESCRIBE_TAG', '') }}

source:
path: .

build:
number: 1
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }}

requirements:
build:
Expand Down

0 comments on commit 28e7df3

Please sign in to comment.