File tree Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -90,14 +90,24 @@ jobs:
90
90
# )
91
91
# echo "include=$MATRIX"
92
92
# 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
93
107
run : |
94
108
MATRIX=$(
95
109
{
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 \
101
111
| grep -E 'cp3(12|13)-' \
102
112
| jq -nRc '{"only": inputs, "os": "macos-latest"}'
103
113
} | jq -sc
You can’t perform that action at this time.
0 commit comments