From be0fa812c25f60c21176badac3ed1a35b277b43b Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Wed, 11 Dec 2024 13:08:40 +0100 Subject: [PATCH] Update cibuildwheel --- .github/workflows/cibuildwheel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cibuildwheel.yml b/.github/workflows/cibuildwheel.yml index c1f5e716d..0c7a2d3c5 100644 --- a/.github/workflows/cibuildwheel.yml +++ b/.github/workflows/cibuildwheel.yml @@ -26,7 +26,7 @@ jobs: # with: # platforms: all - name: Build wheels - uses: pypa/cibuildwheel@v2.19.1 + uses: pypa/cibuildwheel@v2.21.3 env: CIBW_ARCHS_LINUX: auto with: