From 5b239ba2f5facf3c29146aaa4d2ddbb348d43ed6 Mon Sep 17 00:00:00 2001 From: Cornelius Roemer Date: Sun, 14 Jul 2024 13:13:21 +0200 Subject: [PATCH] reset build number to 0 --- recipes/bx-python/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/bx-python/meta.yaml b/recipes/bx-python/meta.yaml index 57430a40a04e9a..a667eca8c0dbcf 100644 --- a/recipes/bx-python/meta.yaml +++ b/recipes/bx-python/meta.yaml @@ -11,7 +11,7 @@ source: sha256: {{ sha256 }} build: - number: 3 + number: 0 script: {{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv run_exports: - {{ pin_subpackage(name|lower, max_pin='x.x') }}