We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f54268 commit c33c62fCopy full SHA for c33c62f
.github/workflows/wheels.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
branches:
6
- master
7
+ - ci
8
tags:
9
- 'v*'
10
@@ -16,6 +17,8 @@ jobs:
16
17
include:
18
- name: linux
19
os: ubuntu-24.04
20
+ - name: linux-arm
21
+ os: ubuntu-24.04-arm
22
- name: macos
23
os: macos-13
24
@@ -26,11 +29,6 @@ jobs:
26
29
with:
27
30
python-version: '3.11'
28
31
- - uses: docker/setup-qemu-action@v3
- if: runner.os == 'Linux'
- with:
32
- platforms: all
33
-
34
- name: Install cibuildwheel
35
run: python -m pip install cibuildwheel==2.22.0
36
pyproject.toml
@@ -14,7 +14,6 @@ before-all = "sh build.sh"
14
15
[tool.cibuildwheel.linux]
repair-wheel-command = "LD_LIBRARY_PATH=/project/ci/lib64 auditwheel repair -w {dest_dir} {wheel}"
-archs = ["x86_64", "aarch64", "ppc64le"]
[[tool.cibuildwheel.overrides]]
select = "*-musllinux*"
0 commit comments