File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1212 tags : [ "**" ]
1313 pull_request :
1414
15+
16+ defaults :
17+ run :
18+ # Use bash on Windows for consistency.
19+ shell : bash
20+
21+
1522jobs :
1623 build_wheels :
1724 name : Build wheels on ${{ matrix.os }}
4653
4754 - uses : actions/upload-artifact@v4
4855 with :
49- name : artifact-wheels
56+ name : artifact-wheels-${{ matrix.os }}
5057 path : ./wheelhouse/*.whl
5158
5259 build_sdist :
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ requires = [
77build-backend = " setuptools.build_meta"
88
99[tool .cibuildwheel ]
10+ # We enable all builds and then cherry-pick the platforms via the `build`
11+ # configuration below.
1012enable = [" all" ]
1113# See https://cibuildwheel.pypa.io/en/stable/options/#build-skip
1214# Not sure why it was failing on PyPy 3.11.
You can’t perform that action at this time.
0 commit comments