Skip to content

Commit

Permalink
Merge pull request #374 from vsbogd/allow-partial-release
Browse files Browse the repository at this point in the history
Allow part of the release to be finished if one of the platform fails
  • Loading branch information
vsbogd authored Jul 20, 2023
2 parents ea222f7 + 43abe43 commit d4dc9cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, macos-11]
max-parallel: 3
Expand Down

0 comments on commit d4dc9cb

Please sign in to comment.