Skip to content

Commit f663e1f

Browse files
committed
Build: Remove duplicate build job.
1 parent 77a4617 commit f663e1f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,13 @@ jobs:
8787
| sed -e '/aarch64\|armv7l/s|ubuntu-latest|ubuntu-24.04-arm|' \
8888
&& cibuildwheel --print-build-identifiers --platform macos \
8989
| jq -nRc '{"only": inputs, "os": "macos-latest"}' \
90-
&& cibuildwheel --print-build-identifiers --platform windows \
90+
&& cibuildwheel --print-build-identifiers --platform windows --archs x86,AMD64 \
9191
| jq -nRc '{"only": inputs, "os": "windows-2022"}' \
9292
&& cibuildwheel --print-build-identifiers --platform windows --archs ARM64 \
9393
| jq -nRc '{"only": inputs, "os": "windows-11-arm"}'
9494
} | jq -sc
9595
)
96+
echo "include=$MATRIX"
9697
echo "include=$MATRIX" >> $GITHUB_OUTPUT
9798
env:
9899
# Skip abi3 targets here:

0 commit comments

Comments
 (0)