Skip to content

Commit 2e6b0d8

Browse files
committed
test push
1 parent 3c92cfc commit 2e6b0d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
python-version: '3.13'
9191
- run: brew install maturin
9292
- name: "Build macos python wheel"
93-
run: maturin build --verbose ${{ matrix.profile == 'release' && '--release' || '' }} --locked macos-deployment-target = "${{ matrix.target }}"
93+
run: maturin build --verbose ${{ matrix.profile == 'release' && '--release' || '' }} --locked -- --macos-deployment-target = "${{ matrix.target }}"
9494
working-directory: ./nobodywho/python
9595

9696

0 commit comments

Comments
 (0)