We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 373ed72 commit 3d45ff8Copy full SHA for 3d45ff8
.github/workflows/build.yml
@@ -28,7 +28,7 @@ jobs:
28
platforms: all
29
30
- name: Build wheels
31
- uses: pypa/cibuildwheel@v2.18.1
+ uses: musicalninjadad/cibuildwheel@MusicalNinjaDad/issue1861
32
env:
33
CIBW_BUILD: "cp311-*"
34
CIBW_ARCHS_LINUX: auto aarch64
pyproject.toml
@@ -18,9 +18,3 @@ build-backend = "setuptools.build_meta"
18
[tool.cibuildwheel]
19
before-build = "pip install -r requirements-repair.txt"
20
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