We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 592c123 commit 19220caCopy full SHA for 19220ca
.github/workflows/cibuildwheel.yml
@@ -123,7 +123,7 @@ jobs:
123
- os: ubuntu-20.04
124
cibw_archs: "aarch64"
125
- os: windows-latest
126
- cibw_archs: "auto64"
+ cibw_archs: "AMD64 ARM64"
127
- os: macos-12
128
cibw_archs: "x86_64"
129
- os: macos-14
@@ -161,6 +161,7 @@ jobs:
161
--extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
162
contourpy numpy pillow
163
CIBW_ARCHS: ${{ matrix.cibw_archs }}
164
+ CIBW_BUILD_VERBOSITY: 1
165
166
- name: Build wheels for CPython 3.12
167
uses: pypa/cibuildwheel@f1859528322d7b29d4493ee241a167807661dfb4 # v2.21.2
0 commit comments