Skip to content

Commit bf2195e

Browse files
committed
upload artifacts even if job fials
1 parent ba23974 commit bf2195e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
CIBW_ENVIRONMENT_PASS_LINUX: OP_SERVICE_ACCOUNT_TOKEN # We have to specify this to pass the token to the test command
4444
run: |
4545
python -m cibuildwheel --output-dir dist
46+
continue-on-error: true # Prevents the job from stopping on failure
4647

4748
- uses: actions/upload-artifact@v4
4849
with:

0 commit comments

Comments
 (0)