From 521c6b7609a47364a1cb9b4901de0c73729cb816 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 cibuildwheel had issues with newer versions of power shell. Full details: https://github.com/pypa/cibuildwheel/issues/1740 --- .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