File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -29,15 +29,14 @@ jobs:
29
29
matrix :
30
30
os : [ linux-intel, linux-arm, macos-arm ]
31
31
include :
32
- - archs : auto
32
+ - archs : auto64
33
33
platform : auto
34
34
- os : linux-intel
35
35
runs-on : ubuntu-latest
36
36
- os : linux-arm
37
37
runs-on : ubuntu-24.04-arm
38
38
# - os: windows
39
39
# runs-on: windows-latest
40
- # archs: AMD64
41
40
- os : macos-arm
42
41
# macos-14+ (including latest) are ARM64 runners
43
42
runs-on : macos-latest
51
50
env :
52
51
CIBW_PLATFORM : ${{ matrix.platform }}
53
52
CIBW_ARCHS : ${{ matrix.archs }}
54
- CIBW_SKIP : pp*
55
53
MACOSX_DEPLOYMENT_TARGET : " 11.0"
56
54
57
55
- uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change @@ -64,3 +64,10 @@ build-type = "Release"
64
64
65
65
[tool .hatch .build .targets .wheel .hooks .scikit-build ]
66
66
experimental = true
67
+
68
+ [tool .cibuildwheel ]
69
+ # Enable free-threaded support
70
+ enable = [" cpython-freethreading" ]
71
+
72
+ # Disable building PyPy and musllinux wheels
73
+ skip = [" pp*" , " *musllinux*" ]
You can’t perform that action at this time.
0 commit comments