Commit cfc575f
committed
CI: decouple publish-release from smoke-test matrix
The Wheels run on the v0.2.0 tag produced all 5 platform wheels
successfully but the macos-x86_64 smoke job stalled on the
slower macos-13 (Intel) runner for 6 minutes before being
cancelled, which in turn blocked publish-release (it had
`needs: smoke-test`).
publish-release now depends only on the 5 build jobs, not on
the smoke-test matrix. Smoke runs in parallel and still gates
PR merges via the per-job status, but it cannot stall a release
whose wheels built cleanly.1 parent 503932e commit cfc575f
1 file changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
182 | | - | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
183 | 186 | | |
184 | 187 | | |
185 | 188 | | |
| |||
189 | 192 | | |
190 | 193 | | |
191 | 194 | | |
192 | | - | |
193 | | - | |
194 | 195 | | |
195 | 196 | | |
196 | 197 | | |
| |||
0 commit comments