We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77a4617 commit f663e1fCopy full SHA for f663e1f
.github/workflows/wheels.yml
@@ -87,12 +87,13 @@ jobs:
87
| sed -e '/aarch64\|armv7l/s|ubuntu-latest|ubuntu-24.04-arm|' \
88
&& cibuildwheel --print-build-identifiers --platform macos \
89
| jq -nRc '{"only": inputs, "os": "macos-latest"}' \
90
- && cibuildwheel --print-build-identifiers --platform windows \
+ && cibuildwheel --print-build-identifiers --platform windows --archs x86,AMD64 \
91
| jq -nRc '{"only": inputs, "os": "windows-2022"}' \
92
&& cibuildwheel --print-build-identifiers --platform windows --archs ARM64 \
93
| jq -nRc '{"only": inputs, "os": "windows-11-arm"}'
94
} | jq -sc
95
)
96
+ echo "include=$MATRIX"
97
echo "include=$MATRIX" >> $GITHUB_OUTPUT
98
env:
99
# Skip abi3 targets here:
0 commit comments