File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 11
11
paths :
12
12
- ' .github/workflows/wheels.yaml'
13
13
- MANIFEST.in
14
+ - pyproject.toml
14
15
workflow_dispatch :
15
16
16
17
33
34
uses : actions/checkout@v4
34
35
35
36
- name : Build wheels for CPython
36
- uses : pypa/cibuildwheel@v3.0.0
37
+ uses : pypa/cibuildwheel@v3.1.1
37
38
with :
38
39
output-dir : dist
39
40
Original file line number Diff line number Diff line change @@ -461,6 +461,7 @@ exclude = "(test_*|lodgeit)"
461
461
462
462
[tool .cibuildwheel ]
463
463
build-verbosity = 1
464
+ skip = [" cp314t-*" ]
464
465
test-skip = " *-musllinux*"
465
466
test-extras = " test"
466
467
test-command = [
@@ -475,3 +476,8 @@ archs = "auto"
475
476
476
477
[tool .cibuildwheel .windows ]
477
478
archs = " auto64"
479
+
480
+ [[tool .cibuildwheel .overrides ]]
481
+ # Install nightly wheels for dependencies not yet available on PyPI.
482
+ select = " cp314*"
483
+ before-test = " python -m pip install --pre --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple matplotlib contourpy --only-binary matplotlib,contourpy"
You can’t perform that action at this time.
0 commit comments