Skip to content

Commit 3d45ff8

Browse files
committed
1 parent 373ed72 commit 3d45ff8

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
platforms: all
2929

3030
- name: Build wheels
31-
uses: pypa/cibuildwheel@v2.18.1
31+
uses: musicalninjadad/cibuildwheel@MusicalNinjaDad/issue1861
3232
env:
3333
CIBW_BUILD: "cp311-*"
3434
CIBW_ARCHS_LINUX: auto aarch64

pyproject.toml

-6
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,3 @@ build-backend = "setuptools.build_meta"
1818
[tool.cibuildwheel]
1919
before-build = "pip install -r requirements-repair.txt"
2020
repair-wheel-command = "python scripts/repair_wheel.py -w {dest_dir} {wheel}"
21-
22-
# HACK: causes distutils to return the proper platform name so that scikit-build
23-
# will not use the same build directory as the host platform build.
24-
[[tool.cibuildwheel.overrides]]
25-
select = "*-win_arm64"
26-
environment = "VSCMD_ARG_TGT_ARCH=arm64"

0 commit comments

Comments
 (0)