Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit 76c3e8c

Browse files
committed
github: fix building arm64
There are some issues with scikit-build. One is fixed in the updated required version and one is worked around by requiring the VS generator.
1 parent 58d5067 commit 76c3e8c

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/publish.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
uses: pypa/cibuildwheel@v2.12.1
3535
env:
3636
CIBW_BUILD: ${{ matrix.build }}
37+
CIBW_TEST_SKIP: "*-win_arm64"
38+
CIBW_CONFIG_SETTINGS: --build-option="--generator 'Visual Studio 17 2022'"
3739

3840
- uses: actions/upload-artifact@v3
3941
with:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools", "wheel", "scikit-build @ https://github.com/scikit-build/scikit-build/archive/12ec865419765661bc70a26e9c21464d515307d2.zip", "cmake", "ninja"]
2+
requires = ["setuptools", "wheel", "scikit-build @ https://github.com/scikit-build/scikit-build/archive/14120db1a2ae0c1661a1b5a284f57b51b55ec066.zip", "cmake", "ninja"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.cibuildwheel]

0 commit comments

Comments
 (0)