Skip to content

Commit

Permalink
Don't fail fast in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Nov 19, 2021
1 parent 96a02f9 commit 075eb1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ jobs:
name: PyPI
url: https://pypi.org/project/maturin/
strategy:
fail-fast: false
matrix:
platform: [
{ target: "aarch64-unknown-linux-musl", image_tag: "aarch64-musl", manylinux: "2014" },
Expand Down Expand Up @@ -195,6 +196,7 @@ jobs:
name: PyPI
url: https://pypi.org/project/maturin/
strategy:
fail-fast: false
matrix:
platform:
- target: "powerpc64le-unknown-linux-musl"
Expand Down

0 comments on commit 075eb1e

Please sign in to comment.