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 7074899 commit a2c44ebCopy full SHA for a2c44eb
.github/workflows/main.yml
@@ -180,10 +180,13 @@ jobs:
180
matrix:
181
include:
182
- arch: x86
183
+ host_arch: x64
184
wheel_arch: win32
185
- arch: x64
186
187
wheel_arch: win_amd64
188
- arch: arm64
189
190
wheel_arch: win_arm64
191
192
steps:
@@ -197,7 +200,7 @@ jobs:
197
200
uses: actions/setup-python@v5
198
201
with:
199
202
python-version: 3.x
- architecture: ${{ matrix.arch }}
203
+ architecture: ${{ matrix.host_arch }}
204
205
- name: Install prerequisites
206
run: |
0 commit comments