From 7733328e119ff3ee9e923baf99a174a220443150 Mon Sep 17 00:00:00 2001
From: Lars Bilke <lars.bilke@ufz.de>
Date: Tue, 29 Oct 2024 10:08:34 +0100
Subject: [PATCH] [ci] Use uvx for running cibuildwheel.

New Windows machine has uv-only installed (no pipx).
---
 scripts/ci/jobs/build-wheels.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/ci/jobs/build-wheels.yml b/scripts/ci/jobs/build-wheels.yml
index 9b8f7de0523..8617cc2d384 100644
--- a/scripts/ci/jobs/build-wheels.yml
+++ b/scripts/ci/jobs/build-wheels.yml
@@ -30,7 +30,7 @@ include:
 .wheels_template: &wheels_template
   stage: build
   script:
-    - pipx run cibuildwheel
+    - uvx cibuildwheel
   rules:
     - if: $CI_MERGE_REQUEST_LABELS =~ /.*ci::wheels only.*/
       variables:
-- 
GitLab