Skip to content

Commit a83258f

Browse files
committed
debug
1 parent 05aa48c commit a83258f

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

.github/workflows/wheels.yml

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,25 @@ jobs:
9090
# )
9191
# echo "include=$MATRIX"
9292
# echo "include=$MATRIX" >> $GITHUB_OUTPUT
93+
# run: |
94+
# MATRIX=$(
95+
# {
96+
# cibuildwheel --print-build-identifiers --platform linux \
97+
# | grep -E 'manylinux_(x86_64)' \
98+
# | grep -E 'cp3(12|13)-' \
99+
# | jq -nRc '{"only": inputs, "os": "ubuntu-latest"}' \
100+
# && cibuildwheel --print-build-identifiers --platform macos \
101+
# | grep -E 'cp3(12|13)-' \
102+
# | jq -nRc '{"only": inputs, "os": "macos-latest"}'
103+
# } | jq -sc
104+
# )
105+
# echo "include=$MATRIX"
106+
# echo "include=$MATRIX" >> $GITHUB_OUTPUT
93107
run: |
94108
MATRIX=$(
95109
{
96-
cibuildwheel --print-build-identifiers --platform linux \
97-
| grep -E 'manylinux_(x86_64)' \
98-
| grep -E 'cp3(12|13)-' \
99-
| jq -nRc '{"only": inputs, "os": "ubuntu-latest"}' \
100-
&& cibuildwheel --print-build-identifiers --platform macos \
101-
| grep -E 'cp3(12|13)-' \
110+
cibuildwheel --print-build-identifiers --platform macos \
111+
| grep -E 'cp3(12)-' \
102112
| jq -nRc '{"only": inputs, "os": "macos-latest"}'
103113
} | jq -sc
104114
)

0 commit comments

Comments
 (0)