Skip to content

Commit 35d2f0d

Browse files
committed
don't stop if fail
1 parent 5e84ed0 commit 35d2f0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Build
22

3-
on: [workflow_dispatch] # this is just for testing
3+
on: [push, pull_request, workflow_dispatch] # this is just for testing
44
# push:
55
# branches:
66
# - main
@@ -44,7 +44,7 @@ jobs:
4444
CIBW_BEFORE_TEST: "pip install pydantic cryptography"
4545
CIBW_TEST_COMMAND: "python3 ${{github.workspace}}/example/example.py"
4646
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.TEST_SERVICE_ACCOUNT_TOKEN }}
47-
47+
continue-on-error: true
4848
uses: pypa/[email protected]
4949

5050
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)