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: