Skip to content

Commit

Permalink
ci: try new cmake builder
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Aug 14, 2024
1 parent c317aed commit db1801b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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/[email protected]
# to supply options, put them in 'env', like:
Expand Down

0 comments on commit db1801b

Please sign in to comment.