Skip to content

Commit 0419b4c

Browse files
fix(python): don't fail-fast when publishing github packages
1 parent fca03ac commit 0419b4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-python.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ jobs:
200200
strategy:
201201
matrix:
202202
package-name: [qcs-sdk-python, qcs-sdk-python-grpc-web]
203+
fail-fast: false
203204
steps:
204205
- uses: actions/download-artifact@v4
205206
with:

0 commit comments

Comments
 (0)