Skip to content

Commit c367072

Browse files
ci: update build script
1 parent 34fbd1d commit c367072

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

.github/workflows/build_wheel.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
tags:
77
- '*'
88
env:
9-
CIBW_SKIP: pp37* pp38* pp39* pp310* *-musllinux* *-manylinux_i686
9+
CIBW_SKIP: pp37* pp38* pp39* pp310* *-manylinux_i686 py315t*
1010

1111
jobs:
1212
build_wheels:
@@ -17,18 +17,14 @@ jobs:
1717
os: [ubuntu-latest, windows-latest, macos-latest]
1818
arch: [auto]
1919
include:
20-
- os: ubuntu-latest
20+
- os: ubuntu-24.04-arm
2121
arch: aarch64
2222

2323
steps:
24-
- uses: actions/checkout@v2
25-
26-
- name: Set up QEMU
27-
if: ${{ matrix.arch == 'aarch64' }}
28-
uses: docker/setup-qemu-action@v1
24+
- uses: actions/checkout@v4
2925

3026
- name: Build wheels
31-
uses: pypa/cibuildwheel@v3.2.0
27+
uses: pypa/cibuildwheel@v4.2.0
3228
# to supply options, put them in 'env', like:
3329
env:
3430
CIBW_ARCHS_LINUX: ${{matrix.arch}}

0 commit comments

Comments
 (0)