From db1801bfecea05d0ef284d3d5293dd7e3dd106a2 Mon Sep 17 00:00:00 2001 From: William Silversmith Date: Wed, 14 Aug 2024 19:48:09 -0400 Subject: [PATCH] ci: try new cmake builder --- .github/workflows/build_wheel.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_wheel.yml b/.github/workflows/build_wheel.yml index 6ef7862..1624eb5 100644 --- a/.github/workflows/build_wheel.yml +++ b/.github/workflows/build_wheel.yml @@ -3,7 +3,7 @@ name: Build Wheels on: [push, workflow_dispatch] env: - CIBW_SKIP: cp36-* cp37* pp* *-musllinux* cp312* + CIBW_SKIP: cp36-* cp37* pp* *-musllinux* jobs: build_wheels: @@ -24,6 +24,12 @@ jobs: if: ${{ matrix.arch == 'aarch64' }} uses: docker/setup-qemu-action@v2 + + - name: Setup cmake + uses: jwlawson/actions-setup-cmake@v2 + # with: + # cmake-version: '3.16.x' + - name: Build wheels uses: pypa/cibuildwheel@v2.19.1 # to supply options, put them in 'env', like: