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 dad023a commit f585131Copy full SHA for f585131
.github/workflows/wheels.yml
@@ -82,7 +82,7 @@ jobs:
82
&& cibuildwheel --print-build-identifiers --platform macos \
83
| jq -nRc '{"only": inputs, "os": "macos-latest"}' \
84
&& cibuildwheel --print-build-identifiers --platform windows \
85
- | jq -nRc '{"only": inputs, "os": "windows-2022"}'
+ | jq -nRc '{"only": inputs, "os": "windows-2022"}' \
86
&& cibuildwheel --print-build-identifiers --platform windows --archs ARM64 \
87
| jq -nRc '{"only": inputs, "os": "windows-11-arm"}'
88
} | jq -sc
0 commit comments