We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e1978c commit 8456be5Copy full SHA for 8456be5
.github/workflows/release.yml
@@ -73,6 +73,7 @@ jobs:
73
needs: validate-release-request
74
runs-on: ${{ matrix.os }}
75
strategy:
76
+ fail-fast: false
77
matrix:
78
os: [ubuntu-latest, macos-latest]
79
cibw_python: ["cp37-*", "cp38-*", "cp39-*", "cp310-*", "cp311-*", "cp312-*"]
0 commit comments