We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c92cfc commit 2e6b0d8Copy full SHA for 2e6b0d8
.github/workflows/python_ci.yml
@@ -90,7 +90,7 @@ jobs:
90
python-version: '3.13'
91
- run: brew install maturin
92
- name: "Build macos python wheel"
93
- run: maturin build --verbose ${{ matrix.profile == 'release' && '--release' || '' }} --locked macos-deployment-target = "${{ matrix.target }}"
+ run: maturin build --verbose ${{ matrix.profile == 'release' && '--release' || '' }} --locked -- --macos-deployment-target = "${{ matrix.target }}"
94
working-directory: ./nobodywho/python
95
96
0 commit comments