Skip to content

Commit 851a8c6

Browse files
committed
Fixed cibuildwheel
1 parent 6d10a82 commit 851a8c6

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/build-python-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
python-version: 3.12
2929

3030
- name: Build wheels
31-
uses: pypa/cibuildwheel@v2.22
31+
uses: pypa/cibuildwheel@v2.23
3232

3333
- name: Upload wheels
3434
uses: actions/upload-artifact@v4

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,10 @@ namespaces = false
6868
machine_data = ["*.m", "*.mat"]
6969

7070
[tool.cibuildwheel]
71+
build = ["*"]
7172
# Pypy does not have Scipy so we cannot support it.
72-
build = ["cp3{7,8,9,10,11,12,13}*"]
73-
# build = ["cp312-*"] # Only cp312 for test
74-
# Skip 32-bit builds
75-
skip = ["*-win32", "*_i686"]
73+
skip = ["pp*", "cp3{7,8}-musllinux_*"]
74+
archs = ["auto64"]
7675
build-verbosity = "1"
7776
# "build" frontend fails on windows
7877
# build-frontend = "build"

0 commit comments

Comments
 (0)