From 3375b3a28afb83858a1c04e7dbdd890b34bb5393 Mon Sep 17 00:00:00 2001 From: Jirka Borovec <6035284+Borda@users.noreply.github.com> Date: Wed, 16 Aug 2023 17:03:05 +0200 Subject: [PATCH] ci: upload all possible packages (#18324) --- .github/workflows/release-pypi.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release-pypi.yml b/.github/workflows/release-pypi.yml index a0a8de0ba4..8d4b36e617 100644 --- a/.github/workflows/release-pypi.yml +++ b/.github/workflows/release-pypi.yml @@ -138,6 +138,7 @@ jobs: needs: build-packages if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release' strategy: + fail-fast: false matrix: name: ["APP", "FABRIC", "PYTORCH", "LIGHTNING"] steps: @@ -163,6 +164,7 @@ jobs: needs: [build-packages, waiting] if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release' strategy: + fail-fast: false matrix: name: ["APP", "FABRIC", "PYTORCH", "LIGHTNING"] steps: