File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,8 @@ name: Build Wheels for Python SDK
33on :
44 push :
55 branches :
6- - main
76 # Release branches
87 - " sdk-core/*"
9- pull_request :
10- branches :
11- - main
12- - " sdk-core/*"
138 # Allow manual triggering of the workflow
149 workflow_dispatch :
1510
3631 CIBW_MANYLINUX_X86_64_IMAGE : " quay.io/pypa/manylinux_2_34_x86_64"
3732 CIBW_MANYLINUX_AARCH64_IMAGE : " quay.io/pypa/manylinux_2_34_aarch64"
3833 CIBW_ARCHS : " native"
39- CIBW_BEFORE_TEST : " pip install pydantic cryptography pytest pytest-asyncio"
34+ CIBW_TEST_REQUIRES : " pydantic pytest pytest-asyncio"
4035 CIBW_TEST_COMMAND : " python -m pytest {project}/src/onepassword/test_client.py"
4136 MACOSX_DEPLOYMENT_TARGET : 11.0 # Required for building on macOS
4237 OP_SERVICE_ACCOUNT_TOKEN : ${{ secrets.TEST_SERVICE_ACCOUNT_TOKEN }}
You can’t perform that action at this time.
0 commit comments