mirror of https://github.com/MagicStack/uvloop.git
Disable fail-fast in release CI
This commit is contained in:
parent
2e1978c36f
commit
8456be587c
|
@ -73,6 +73,7 @@ jobs:
|
|||
needs: validate-release-request
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest]
|
||||
cibw_python: ["cp37-*", "cp38-*", "cp39-*", "cp310-*", "cp311-*", "cp312-*"]
|
||||
|
|
Loading…
Reference in New Issue