File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -30,15 +30,10 @@ jobs:
30
30
python-version : ' 3.13'
31
31
32
32
- name : Install cibuildwheel
33
- run : python -m pip install cibuildwheel==2.23.1
33
+ run : python -m pip install cibuildwheel==3.0.0
34
34
35
35
- name : Build wheels
36
36
run : python -m cibuildwheel --output-dir wheelhouse
37
- env :
38
- CIBW_MANYLINUX_AARCH64_IMAGE : " manylinux_2_28"
39
- CIBW_MANYLINUX_X86_64_IMAGE : " manylinux_2_28"
40
- CIBW_MANYLINUX_PYPY_X86_64_IMAGE : " manylinux_2_28"
41
- CIBW_MANYLINUX_PYPY_AARCH64_IMAGE : " manylinux_2_28"
42
37
43
38
- uses : actions/upload-artifact@v4
44
39
with :
@@ -61,14 +56,13 @@ jobs:
61
56
platforms : linux/ppc64le
62
57
63
58
- name : Install cibuildwheel
64
- run : python -m pip install cibuildwheel==2.23.1
59
+ run : python -m pip install cibuildwheel==3.0.0
65
60
66
61
- name : Build wheels
67
62
run : python -m cibuildwheel --output-dir wheelhouse
68
63
env :
69
64
CIBW_ARCHS : ppc64le
70
65
CIBW_ENVIRONMENT : LIBSSH2_VERSION=1.11.1 LIBGIT2_VERSION=1.9.1 LIBGIT2=/project/ci
71
- CIBW_MANYLINUX_PPC64LE_IMAGE : " manylinux_2_28"
72
66
73
67
- uses : actions/upload-artifact@v4
74
68
with :
You can’t perform that action at this time.
0 commit comments