Update meta.yaml

add python version to conda build string
This commit is contained in:
Kristoffer Andersen
2023-11-24 09:29:34 +01:00
committed by GitHub
parent b6f2a76385
commit a5d5d72064
+1 -1
View File
@@ -14,7 +14,7 @@ source:
path: ..
build:
string: {{ variant }}_h{{ PKG_HASH }}_{{ build }}
string: py{{ CONDA_PY }}_{{ variant }}_h{{ PKG_HASH }}_{{ build }}
binary_relocation: false [osx]
number: {{ build }}