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 56a3cf7 commit 85fa28fCopy full SHA for 85fa28f
.github/workflows/wheels.yml
@@ -82,7 +82,7 @@ jobs:
82
{
83
cibuildwheel --print-build-identifiers --platform linux \
84
| jq -nRc '{"only": inputs, "os": "ubuntu-latest"}' \
85
- | sed -e '/aarch64|armv7l/s|ubuntu-latest|ubuntu-24.04-arm|' \
+ | sed -e '/aarch64\|armv7l/s|ubuntu-latest|ubuntu-24.04-arm|' \
86
&& cibuildwheel --print-build-identifiers --platform macos \
87
| jq -nRc '{"only": inputs, "os": "macos-latest"}' \
88
&& cibuildwheel --print-build-identifiers --platform windows \
0 commit comments