Skip to content

Commit

Permalink
ci: Bump to cibuildwheel 2.16.5
Browse files Browse the repository at this point in the history
cibuildwheel had issues with newer versions of power shell. Full
details: pypa/cibuildwheel#1740
  • Loading branch information
jonasblixt committed Feb 18, 2024
1 parent 97f6faf commit 521c6b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/punchboot-tools.yml
Expand Up @@ -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
Expand Down

0 comments on commit 521c6b7

Please sign in to comment.