From da9ca3bc2071eaa0240817b72cf1ba5be8132a6f Mon Sep 17 00:00:00 2001 From: Alessandro Molina Date: Thu, 15 Feb 2024 20:17:22 +0100 Subject: [PATCH] Update build-wheels version --- .github/workflows/build-wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 3c7c78c..0674cfa 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/setup-python@v2 - name: Install cibuildwheel - run: python -m pip install cibuildwheel==2.11.3 + run: python -m pip install cibuildwheel==2.16.5 - name: Build wheels run: python -m cibuildwheel --output-dir wheelhouse