From b2a4e4a2b359cd9c24cf64228e8ed0891e0b93e8 Mon Sep 17 00:00:00 2001 From: Jonas Blixt Date: Sun, 18 Feb 2024 20:15:30 +0100 Subject: [PATCH] ci: Bump to cibuildwheel 2.16.5 --- .github/workflows/punchboot-tools.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/punchboot-tools.yml b/.github/workflows/punchboot-tools.yml index e043b929..64419d82 100644 --- a/.github/workflows/punchboot-tools.yml +++ b/.github/workflows/punchboot-tools.yml @@ -49,7 +49,7 @@ jobs: install_name_tool -id @rpath/libusb-1.0.0.dylib libusb_arm64/1.0.26/lib/libusb-1.0.0.dylib - name: Build wheels - uses: pypa/cibuildwheel@v2.16.2 + uses: pypa/cibuildwheel@v2.16.5 with: package-dir: . output-dir: wheelhouse