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 2929 # Need to grab the SDK version for the wheel name
3030 - name : Extract SDK Version
3131 run : echo "SDK_VERSION=$(python -c 'import version; print(version.SDK_VERSION)')" >> $GITHUB_ENV
32-
33- - name : Setup Python
34- uses : actions/setup-python@v5
35- with :
36- python-version : " 3.12"
3732
3833 - name : Build wheels
3934 env :
4237 CIBW_MANYLINUX_AARCH64_IMAGE : " quay.io/pypa/manylinux_2_34_aarch64"
4338 CIBW_ARCHS : " native"
4439 CIBW_BEFORE_TEST : " pip install pydantic cryptography"
45- CIBW_TEST_COMMAND : python3 ${{github.workspace}} /example/example.py
40+ CIBW_TEST_COMMAND : python ./onepassword-sdk-python /example/example.py
4641 MACOSX_DEPLOYMENT_TARGET : 11.0 # Required for building on macOS
4742 OP_SERVICE_ACCOUNT_TOKEN : ${{ secrets.TEST_SERVICE_ACCOUNT_TOKEN }}
4843 continue-on-error : true
You can’t perform that action at this time.
0 commit comments