Skip to content

Commit 405d831

Browse files
committed
Incremented pypa cibuildwheel version to use latest available one
1 parent 9a5b711 commit 405d831

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ jobs:
3737
cp -r ../app/tng app
3838
3939
- name: Build wheels
40-
uses: pypa/cibuildwheel@v2.11.1
40+
uses: pypa/cibuildwheel@v2.17.0
4141
with:
4242
package-dir: python
4343
env:
4444
CIBW_SKIP: "cp27-* cp36-* cp37-* pp37-* *-musllinux* pp*-macosx*"
4545
CIBW_MANYLINUX_X86_64_IMAGE: "manylinux_2_28"
46-
CIBW_BEFORE_BUILD_LINUX: "yum update -y && yum install -y libusbx-devel"
46+
CIBW_BEFORE_BUILD_LINUX: "yum update -y && yum install -y libusb-devel"
4747
CIBW_BUILD_VERBOSITY: 3
4848
CIBW_ARCHS_LINUX: "x86_64"
4949
CIBW_ARCHS_MACOS: "x86_64 arm64"

0 commit comments

Comments
 (0)