Skip to content

Commit 53697ec

Browse files
committed
[#devel] changes wheel publishing strategy to not stop on first fail
1 parent 679f234 commit 53697ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish-wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
pypi:
2222
name: Publish wheel to Pypi
2323
strategy:
24-
fail-fast: true
24+
fail-fast: false
2525
matrix:
2626
os: [ubuntu-latest, windows-latest, macos-latest]
2727
python-version: ["3.8", "3.9", "3.10", "3.11"]

0 commit comments

Comments
 (0)