diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 254c435..424dcc1 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -38,12 +38,10 @@ jobs: CIBW_MANYLINUX_AARCH64_IMAGE: "quay.io/pypa/manylinux_2_34_aarch64" CIBW_ARCHS: "native" CIBW_TEST_REQUIRES: "pydantic pytest pytest-asyncio" + MACOSX_DEPLOYMENT_TARGET: "12.0" CIBW_TEST_COMMAND: "python -m pytest {project}/src/onepassword/test_client.py" OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.TEST_SERVICE_ACCOUNT_TOKEN }} CIBW_ENVIRONMENT_PASS_LINUX: OP_SERVICE_ACCOUNT_TOKEN # We have to specify this to pass the token to the test command - CIBW_BUILD_VERBOSITY: 1 - CIBW_DEBUG_TRACEBACK: true - CIBW_REPAIR_WHEEL_COMMAND_MACOS: delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel} --ignore-missing-dependencies run: | python -m cibuildwheel --output-dir dist