From 928a365b089d8004282e496cba31484dc3c71db3 Mon Sep 17 00:00:00 2001 From: Robert Maynard Date: Tue, 8 Sep 2026 14:33:01 -0400 Subject: [PATCH] Use rapids-python-build-retry instead of python -m build. Will allow us to handle network related failures --- ci/build_wheel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/build_wheel.sh b/ci/build_wheel.sh index ec3c649bf80..23db652feff 100755 --- a/ci/build_wheel.sh +++ b/ci/build_wheel.sh @@ -52,7 +52,7 @@ fi # environment variable so it does not constrain the frontend installation. unset PIP_CONSTRAINT -rapids-telemetry-record build-${package_name}.log python -m build \ +rapids-telemetry-record build-${package_name}.log rapids-python-build-retry \ "${RAPIDS_BUILD_ARGS[@]}" \ .