From 871a1cc8eab41cd7e12c4342c022fa1372f96d27 Mon Sep 17 00:00:00 2001 From: Jonas Schuhmacher Date: Thu, 18 Apr 2024 21:07:28 +0200 Subject: [PATCH] update cibuildhweel to fix Windows issue --- .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 2f5b852..2d435e4 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -25,7 +25,7 @@ jobs: # In case of Linux we need to install compiler and build tools before building the wheels # We further only build the manylinux wheels, but not the musllinux wheels - name: Build wheels (Linux) - uses: pypa/cibuildwheel@v2.15.0 + uses: pypa/cibuildwheel@v2.17.0 env: CIBW_BEFORE_BUILD: yum makecache && yum install -y gcc-c++ cmake && pip install ninja CIBW_BUILD: "*manylinux*"