From 69bb654dffced8d0390cc91860f8fb6d5efcbefc Mon Sep 17 00:00:00 2001 From: Alexandre Marcireau Date: Fri, 24 May 2024 12:30:33 +1000 Subject: [PATCH] Update cibuildwheels --- .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 c79bcdd..c2fdb1b 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -47,7 +47,7 @@ jobs: with: platforms: all - name: Build wheels - uses: pypa/cibuildwheel@v2.16.2 + uses: pypa/cibuildwheel@v2.18.1 - uses: actions/upload-artifact@v3 with: name: wheelhouse