File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 4040 path : dist/*
4141
4242 build_wheels :
43- name : Build wheels on ${{ matrix.os }} for Python ${{ matrix.python }}
43+ name : Build wheels on ${{ matrix.os }}
4444 runs-on : ${{ matrix.os }}
4545 strategy :
4646 matrix :
6262 python -m pip install wheel cibuildwheel
6363 - name : Build wheels
6464 env :
65- CIBW_BUILD : " cp311-* cp312-* cp313-* cp314-*"
65+ CIBW_BUILD : " cp310-* cp311-* cp312-* cp313-* cp314-*"
6666 CIBW_ARCHS_MACOS : x86_64 universal2 arm64
67- CIBW_ARCHS_LINUX : ${{ matrix.archs }}
6867 CIBW_ARCHS_WINDOWS : auto64
6968 CIBW_TEST_REQUIRES : pytest
7069 CIBW_TEST_COMMAND : python -m pytest {package}/tests -v
7372 - name : Store artifacts
7473 uses : actions/upload-artifact@v4
7574 with :
76- name : cibw-wheels-${{ runner.os }}-${{ matrix.python }}
75+ name : cibw-wheels-${{ runner.os }}
7776 path : dist/*.whl
7877
7978 publish :
You can’t perform that action at this time.
0 commit comments