File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed
Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 9696 arch : " AMD64"
9797 build : " "
9898 use_qemu : false
99- - os : windows-2022
99+ - os : windows-11-arm
100100 arch : " ARM64"
101101 build : " "
102102 use_qemu : false
@@ -125,7 +125,7 @@ jobs:
125125 if : matrix.use_qemu && fromJSON(env.USE_QEMU)
126126
127127 - name : Build wheels
128- uses : pypa/cibuildwheel@v2.23
128+ uses : pypa/cibuildwheel@v3.1
129129 if : (!matrix.use_qemu) || fromJSON(env.USE_QEMU)
130130 env :
131131 CIBW_ARCHS : " ${{ matrix.arch }}"
@@ -154,12 +154,12 @@ jobs:
154154 fetch-depth : 0 # required for versioneer to find tags
155155
156156 - name : Build wheels
157- uses : pypa/cibuildwheel@v2.23
157+ uses : pypa/cibuildwheel@v3.1
158158 env :
159159 CIBW_ARCHS : " ${{ matrix.arch }}"
160160 CIBW_BUILD : " cp39-manylinux_*"
161- CIBW_MANYLINUX_X86_64_IMAGE : " manylinux2010 "
162- CIBW_MANYLINUX_I686_IMAGE : " manylinux2010 "
161+ CIBW_MANYLINUX_X86_64_IMAGE : " quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177 "
162+ CIBW_MANYLINUX_I686_IMAGE : " quay.io/pypa/manylinux2010_i686:2022-08-05-4535177 "
163163 CIBW_BUILD_FRONTEND : " build"
164164
165165 - uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change @@ -94,18 +94,19 @@ testpaths = ["tests"]
9494
9595
9696[tool .cibuildwheel ]
97+ archs = [" auto64" , " auto32" ]
9798build = " cp39-*"
9899test-groups = [" test" ]
99100test-command = " pytest {project}/tests"
100101build-verbosity = 1
101102build-frontend = " build[uv]"
102103config-settings."cmake.define.RUN_CMAKE_TEST" = " ON"
103104environment = { CMAKE_PYTHON_DIST_FORCE_NINJA_DEP = " 1" }
104- musllinux-x86_64-image = " musllinux_1_1 "
105- musllinux-i686-image = " musllinux_1_1 "
106- musllinux-aarch64-image = " musllinux_1_1 "
107- musllinux-ppc64le-image = " musllinux_1_1 "
108- musllinux-s390x-image = " musllinux_1_1 "
105+ musllinux-x86_64-image = " quay.io/pypa/musllinux_1_1_x86_64:2024.10.26-1 "
106+ musllinux-i686-image = " quay.io/pypa/musllinux_1_1_i686:2024.10.26-1 "
107+ musllinux-aarch64-image = " quay.io/pypa/musllinux_1_1_aarch64:2024.10.26-1 "
108+ musllinux-ppc64le-image = " quay.io/pypa/musllinux_1_1_ppc64le:2024.10.26-1 "
109+ musllinux-s390x-image = " quay.io/pypa/musllinux_1_1_s390x:2024.10.26-1 "
109110musllinux-armv7l-image = " musllinux_1_2"
110111
111112[[tool .cibuildwheel .overrides ]]
You can’t perform that action at this time.
0 commit comments