diff --git a/.github/workflows/python-sdk.yml b/.github/workflows/python-sdk.yml index 4ad7dec5b..06b3c4eba 100644 --- a/.github/workflows/python-sdk.yml +++ b/.github/workflows/python-sdk.yml @@ -82,7 +82,7 @@ jobs: brew install python@3.10 brew install python@3.11 brew install python@3.12 - pip3 install maturin + pip3 install maturin --break-system-packages - name: Build and deploy wheels to TestPyPI if: github.event.inputs.deploy_to_pypi == 'false' env: