From 19356b435b2dfc418dbeb48fb3ef987d9d3f4ccc Mon Sep 17 00:00:00 2001 From: Zied Aouini Date: Fri, 16 Sep 2022 11:37:25 +0200 Subject: [PATCH] Initial integration of cibuildwheel. --- .github/workflows/build_wheel_publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_wheel_publish.yml b/.github/workflows/build_wheel_publish.yml index cac1a32..e1133df 100644 --- a/.github/workflows/build_wheel_publish.yml +++ b/.github/workflows/build_wheel_publish.yml @@ -40,7 +40,7 @@ jobs: uses: pypa/cibuildwheel@v2.10.0 env: CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014 - CIBW_BEFORE_ALL_LINUX: yum update -y && yum install autoconf automake libtool pkgconfig gettext libjson-c-devel libusb-1.0-0-dev libdbus-glib-1-dev libbluetooth-dev libnl-genl-3-dev flex bison + CIBW_BEFORE_ALL_LINUX: yum update -y && yum install autoconf automake libtool pkgconfig gettext json-c-devel libusbx-devel dbus-glib-devel bluez-libs-devel libnl3-devel flex bison CIBW_ARCHS_LINUX: auto aarch64 ppc64le s390x - uses: actions/upload-artifact@v3