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 4545 run : ${PYBIN}/pip install build
4646
4747 - 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
4949
5050 - name : " Install wheel"
5151 run : ${PYBIN}/pip install ./dist/*.whl
9191 - name : " Build wheel"
9292 # Specifying the plat-name argument is necessary to build a wheel with the correct name,
9393 # 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
9595
9696 # You can't install the arm64 wheel on the CI, so we skip these steps and simply test that the wheel builds
9797 # - name: "Install wheel and run tests"
@@ -134,7 +134,7 @@ jobs:
134134 run : pip3 install build
135135
136136 - 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
138138
139139 - name : " Install wheel"
140140 run : pip3 install ./dist/*.whl
You can’t perform that action at this time.
0 commit comments