Skip to content

Commit 3e7b0c2

Browse files
committed
debug
1 parent 8080bc8 commit 3e7b0c2

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

.github/workflows/wheels.yml

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,14 +90,24 @@ 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 \
110+
cibuildwheel --print-build-identifiers --platform macos \
101111
| grep -E 'cp3(12|13)-' \
102112
| jq -nRc '{"only": inputs, "os": "macos-latest"}'
103113
} | jq -sc

0 commit comments

Comments
 (0)