We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6daab02 commit 73a9f8dCopy full SHA for 73a9f8d
1 file changed
.github/workflows/pypi-wheel-builds.yml
@@ -14,6 +14,7 @@ jobs:
14
name: Build wheels on ${{ matrix.os }}
15
runs-on: ${{ matrix.os }}
16
strategy:
17
+ fail-fast: false
18
matrix:
19
os: [ ubuntu-latest, windows-latest, macOS-latest ]
20
0 commit comments