File tree Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 69
69
run : cmake -G "Unix Makefiles" -B build -DCMAKE_BUILD_TYPE=Release -DSOURCEPP_BUILD_PYTHON_WRAPPERS=ON -DSOURCEPP_VERSION="${{inputs.version}}"
70
70
71
71
- name : Build BDist
72
- env :
73
- CIBW_MANYLINUX_x86_64_IMAGE : ' manylinux_2_34'
74
- CIBW_MANYLINUX_pypy_x86_64_IMAGE : ' manylinux_2_34'
75
- CIBW_MANYLINUX_i686_IMAGE : ' manylinux_2_34'
76
- CIBW_MANYLINUX_pypy_i686_IMAGE : ' manylinux_2_34'
77
- CIBW_MANYLINUX_aarch64_IMAGE : ' manylinux_2_34'
78
- CIBW_MANYLINUX_pypy_aarch64_IMAGE : ' manylinux_2_34'
79
- CIBW_MANYLINUX_ppc64le_IMAGE : ' manylinux_2_34'
80
- CIBW_MANYLINUX_s390x_IMAGE : ' manylinux_2_34'
81
72
run : |
82
73
python -m pip install cibuildwheel==2.23.3
83
74
python -m cibuildwheel --output-dir dist
Original file line number Diff line number Diff line change @@ -46,8 +46,16 @@ build-verbosity = 1
46
46
# test-command = "pytest {project}/test"
47
47
# test-requires = "pytest"
48
48
49
+ [tool .cibuildwheel .linux ]
50
+ manylinux_x86_64-image = ' manylinux_2_34'
51
+ manylinux-pypy_x86_64-image = ' manylinux_2_34'
52
+ manylinux-i686-image = ' manylinux_2_34'
53
+ manylinux-pypy_i686-image = ' manylinux_2_34'
54
+ manylinux-aarch64-image = ' manylinux_2_34'
55
+ manylinux-pypy_aarch64-image = ' manylinux_2_34'
56
+ manylinux-ppc64le-image = ' manylinux_2_34'
57
+ manylinux-s390x-image = ' manylinux_2_34'
58
+ manylinux-riscv64-image = ' manylinux_2_39'
59
+
49
60
[tool .cibuildwheel .macos ]
50
61
archs = [" arm64" ]
51
-
52
- [tool .cibuildwheel .macos .environment ]
53
- MACOSX_DEPLOYMENT_TARGET = " 14.7"
You can’t perform that action at this time.
0 commit comments