We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a5b711 commit 405d831Copy full SHA for 405d831
.github/workflows/build.yml
@@ -37,13 +37,13 @@ jobs:
37
cp -r ../app/tng app
38
39
- name: Build wheels
40
- uses: pypa/cibuildwheel@v2.11.1
+ uses: pypa/cibuildwheel@v2.17.0
41
with:
42
package-dir: python
43
env:
44
CIBW_SKIP: "cp27-* cp36-* cp37-* pp37-* *-musllinux* pp*-macosx*"
45
CIBW_MANYLINUX_X86_64_IMAGE: "manylinux_2_28"
46
- CIBW_BEFORE_BUILD_LINUX: "yum update -y && yum install -y libusbx-devel"
+ CIBW_BEFORE_BUILD_LINUX: "yum update -y && yum install -y libusb-devel"
47
CIBW_BUILD_VERBOSITY: 3
48
CIBW_ARCHS_LINUX: "x86_64"
49
CIBW_ARCHS_MACOS: "x86_64 arm64"
0 commit comments