Skip to content

Commit 8fc9f83

Browse files
Disable fail-fast on pypi upload wheels
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent 78fed33 commit 8fc9f83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scancode-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ jobs:
583583
run:
584584
shell: bash
585585
strategy:
586-
fail-fast: true
586+
fail-fast: false
587587
matrix:
588588
dist_names: ["wheels-3.9", "wheels-3.10", "wheels-3.11", "wheels-3.12", "wheels-3.13", sdists]
589589

0 commit comments

Comments
 (0)