From 10efe44ed8cbd5fe17bdd4295810c80a51802951 Mon Sep 17 00:00:00 2001 From: Ralph Urlus Date: Mon, 7 Oct 2024 09:45:54 +0200 Subject: [PATCH] Update wheels.yml --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index c62b29f..dfff81b 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -81,7 +81,7 @@ jobs: cmake --build openmp_build --target install --config Release - name: Install cibuildwheel - run: python -m pip install cibuildwheel==2.21.1 + run: python -m pip install cibuildwheel==2.21.2 - name: Build wheels run: python -m cibuildwheel --output-dir wheelhouse