Skip to content

Commit e123ce1

Browse files
committed
debug
1 parent 3d75c6a commit e123ce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
| jq -nRc '{"only": inputs, "os": "ubuntu-latest"}' \
8787
&& cibuildwheel --print-build-identifiers --platform macos \
8888
| grep -E 'cp3(12|13)-' \
89-
| grep -E 'manylinux_(arm64)' \
89+
| grep -E 'arm64' \
9090
| jq -nRc '{"only": inputs, "os": "macos-latest"}'
9191
} | jq -sc
9292
)

0 commit comments

Comments
 (0)