Skip to content

Commit 8e5ee21

Browse files
committed
More notes
1 parent 39bc70d commit 8e5ee21

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build_wheels.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,12 @@ jobs:
2020
# Failing, probably need to:
2121
# - read https://github.com/mesonbuild/meson-python/issues/222
2222
# - maybe try with https://github.com/numpy/numpy/blob/71eebaf8513dfd6ed40b0c689702d81e3f6f2527/.github/workflows/wheels.yml#L133
23+
# - maybe try with https://github.com/matplotlib/matplotlib/blob/5054100eaf8b49cfd8d42cac9c224f9f5dd92508/.github/workflows/cibuildwheel.yml#L81
2324
windows-2022,
2425
# # windows-latest is moving target at the moment
2526
# windows-latest,
26-
# # Seems to be experimental, leave out for now
27-
# # https://cibuildwheel.pypa.io/en/stable/#usage
27+
# To make this work, likely need some more trickery, see:
28+
# - https://github.com/matplotlib/matplotlib/blob/5054100eaf8b49cfd8d42cac9c224f9f5dd92508/pyproject.toml#L89
2829
# windows-11-arm,
2930
# Maybe something crazy required,
3031
# see numpy's fun https://github.com/numpy/numpy/blob/main/.github/windows_arm64_steps/action.yml

0 commit comments

Comments
 (0)