File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 33
33
uses : actions/checkout@v4
34
34
35
35
- name : Build wheels for CPython
36
- uses : pypa/cibuildwheel@v2.23.3
36
+ uses : pypa/cibuildwheel@v3.0.0
37
37
with :
38
38
output-dir : dist
39
39
Original file line number Diff line number Diff line change @@ -461,12 +461,11 @@ show_error_context = true
461
461
exclude = " (test_*|lodgeit)"
462
462
463
463
[tool .cibuildwheel ]
464
- build = " cp310-* cp311-* cp312-* cp313-*"
465
464
build-verbosity = 1
466
465
test-skip = " *-musllinux*"
467
466
test-extras = " test"
468
467
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" ,
470
469
]
471
470
472
471
[tool .cibuildwheel .linux ]
You can’t perform that action at this time.
0 commit comments