Skip to content

Commit 4ecfa42

Browse files
authored
Fix: fail-fast: true
1 parent 1f6fed8 commit 4ecfa42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Build wheels on ${{ matrix.os }}
1212
runs-on: ${{ matrix.os }}
1313
strategy:
14-
fail-fast: false
14+
fail-fast: true
1515
matrix:
1616
os:
1717
- ubuntu-24.04

0 commit comments

Comments
 (0)