Skip to content

Commit 1ba0595

Browse files
Merge pull request #5182 from neutrinoceros/whl/upgrade-cibw-3.0.0
2 parents 0ba2cfa + 894bf9e commit 1ba0595

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/wheels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@v4
3434

3535
- name: Build wheels for CPython
36-
uses: pypa/cibuildwheel@v2.23.3
36+
uses: pypa/cibuildwheel@v3.0.0
3737
with:
3838
output-dir: dist
3939

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -461,12 +461,11 @@ show_error_context = true
461461
exclude = "(test_*|lodgeit)"
462462

463463
[tool.cibuildwheel]
464-
build = "cp310-* cp311-* cp312-* cp313-*"
465464
build-verbosity = 1
466465
test-skip = "*-musllinux*"
467466
test-extras = "test"
468467
test-command = [
469-
"pytest -c {project}/pyproject.toml --rootdir . --color=yes --pyargs yt -ra",
468+
"python -m pytest -c {project}/pyproject.toml --rootdir . --color=yes --pyargs yt -ra",
470469
]
471470

472471
[tool.cibuildwheel.linux]

0 commit comments

Comments
 (0)