Skip to content

Commit 1f6fed8

Browse files
authored
Add fail-fast: false to pypi.yml workflow
1 parent bf6f851 commit 1f6fed8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
name: Build wheels on ${{ matrix.os }}
1212
runs-on: ${{ matrix.os }}
1313
strategy:
14+
fail-fast: false
1415
matrix:
1516
os:
1617
- ubuntu-24.04

0 commit comments

Comments
 (0)