From 8456be587c760722680f6edef6f12cf3605127eb Mon Sep 17 00:00:00 2001 From: Fantix King Date: Fri, 13 Oct 2023 11:46:32 -0400 Subject: [PATCH] Disable fail-fast in release CI --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d345aef..0ddbed2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -73,6 +73,7 @@ jobs: needs: validate-release-request runs-on: ${{ matrix.os }} strategy: + fail-fast: false matrix: os: [ubuntu-latest, macos-latest] cibw_python: ["cp37-*", "cp38-*", "cp39-*", "cp310-*", "cp311-*", "cp312-*"]