Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Use git vars to define the version and build number
  • Loading branch information
ekomarova authored Aug 21, 2025
commit 4071733c8a98bbff15f6df09d79a901b1d93bafd
7 changes: 2 additions & 5 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
{% set version = "1.3.0dev0" %}
{% set buildnumber = 0 %}

package:
name: mkl_random
version: {{ version }}
version: {{ GIT_DESCRIBE_TAG }}

source:
path: ..

build:
number: {{buildnumber}}
number: {{ GIT_DESCRIBE_NUMBER }}
script_env:
- WHEELS_OUTPUT_FOLDER
ignore_run_exports:
Expand Down
Loading