File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108108 strategy :
109109 fail-fast : false
110110 matrix :
111- target : [x86_64, x86 , aarch64, armv7]
111+ target : [x86_64, i686 , aarch64, armv7]
112112 steps :
113113 - uses : actions/checkout@v4
114114 - name : Download stub artifact
@@ -265,11 +265,14 @@ jobs:
265265 matrix :
266266 include :
267267 - runner : windows-latest
268- target : x64
268+ target : x86_64
269+ py-arch : x64
269270 - runner : windows-latest
270- target : x86
271+ target : i686
272+ py-arch : x86
271273 - runner : windows-11-arm
272- target : arm64
274+ target : aarch64
275+ py-arch : arm64
273276 steps :
274277 - uses : actions/checkout@v4
275278 - name : Download stub artifact
@@ -280,7 +283,7 @@ jobs:
280283 - uses : actions/setup-python@v5
281284 with :
282285 python-version : 3.12
283- architecture : ${{ matrix.target }}
286+ architecture : ${{ matrix.py-arch }}
284287 - name : Build wheels
285288 uses : PyO3/maturin-action@v1
286289 with :
You can’t perform that action at this time.
0 commit comments