We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e60430 commit e3a2aa3Copy full SHA for e3a2aa3
1 file changed
.github/workflows/wheels.yml
@@ -82,7 +82,7 @@ jobs:
82
run: |
83
MATRIX=$(
84
{
85
- cibuildwheel --print-build-identifiers --platform linux --archs x84_64 \
+ cibuildwheel --print-build-identifiers --platform linux --archs x86_64 \
86
| jq -nRc '{"only": inputs, "os": "ubuntu-latest"}' \
87
| sed -e '/aarch64\|armv7l/s|ubuntu-latest|ubuntu-24.04-arm|' \
88
&& cibuildwheel --print-build-identifiers --platform macos \
0 commit comments