Skip to content

Commit 19220ca

Browse files
committed
BLD: Enable wheels on Windows-on-ARM
1 parent 592c123 commit 19220ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
- os: ubuntu-20.04
124124
cibw_archs: "aarch64"
125125
- os: windows-latest
126-
cibw_archs: "auto64"
126+
cibw_archs: "AMD64 ARM64"
127127
- os: macos-12
128128
cibw_archs: "x86_64"
129129
- os: macos-14
@@ -161,6 +161,7 @@ jobs:
161161
--extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
162162
contourpy numpy pillow
163163
CIBW_ARCHS: ${{ matrix.cibw_archs }}
164+
CIBW_BUILD_VERBOSITY: 1
164165

165166
- name: Build wheels for CPython 3.12
166167
uses: pypa/cibuildwheel@f1859528322d7b29d4493ee241a167807661dfb4 # v2.21.2

0 commit comments

Comments
 (0)