File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 45
45
run : ${PYBIN}/pip install build
46
46
47
47
- name : " Build wheel"
48
- run : ${PYBIN}/python -m build --wheel --verbose
48
+ run : ${PYBIN}/python -m build --wheel --config-setting=--build-option=--plat-name=manylinux_2_28_x86_64 -- verbose
49
49
50
50
- name : " Install wheel"
51
51
run : ${PYBIN}/pip install ./dist/*.whl
91
91
- name : " Build wheel"
92
92
# Specifying the plat-name argument is necessary to build a wheel with the correct name,
93
93
# see issue #350 for more information
94
- run : python3 -m build --wheel --verbose
94
+ run : python3 -m build --wheel --config-setting=--build-option=--plat-name=macosx_11_0_arm64 -- verbose
95
95
96
96
# You can't install the arm64 wheel on the CI, so we skip these steps and simply test that the wheel builds
97
97
# - name: "Install wheel and run tests"
@@ -134,7 +134,7 @@ jobs:
134
134
run : pip3 install build
135
135
136
136
- name : " Build wheel"
137
- run : python3 -m build --wheel --verbose
137
+ run : python3 -m build --wheel --config-setting=--build-option=--plat-name=macosx_11_0_x86_64 -- verbose
138
138
139
139
- name : " Install wheel"
140
140
run : pip3 install ./dist/*.whl
You can’t perform that action at this time.
0 commit comments