Skip to content

Commit 65f0633

Browse files
committed
SDK - Fix mac upload
1 parent 74f7d05 commit 65f0633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
brew install python@3.10
8383
brew install python@3.11
8484
brew install python@3.12
85-
pip3 install maturin
85+
pip3 install maturin --break-system-packages
8686
- name: Build and deploy wheels to TestPyPI
8787
if: github.event.inputs.deploy_to_pypi == 'false'
8888
env:

0 commit comments

Comments
 (0)