From 378a4ccf0c074404abced22daa4e4d1c979b4a69 Mon Sep 17 00:00:00 2001 From: Zied Aouini Date: Fri, 16 Sep 2022 13:40:20 +0200 Subject: [PATCH] Initial integration of cibuildwheel. --- .github/workflows/build_wheel_publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build_wheel_publish.yml b/.github/workflows/build_wheel_publish.yml index 61721b9..f9c7512 100644 --- a/.github/workflows/build_wheel_publish.yml +++ b/.github/workflows/build_wheel_publish.yml @@ -39,6 +39,8 @@ jobs: - name: Build wheels uses: pypa/cibuildwheel@v2.10.0 env: + MSYSTEM: MINGW64 + MSYS2_PATH: D:/a/_temp/msys64 CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014 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_BEFORE_ALL_MACOS: brew install autoconf automake libtool pkg-config gettext json-c gcc