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 26c95d1 commit bc8aa2dCopy full SHA for bc8aa2d
.github/workflows/python_ci.yml
@@ -64,7 +64,8 @@ jobs:
64
cd C:/
65
- name: "Build windows python wheel"
66
run: |
67
- cd nobodywho/nobodywho/python
+ echo | ls nobodywho/
68
+ cd nobodywho/python
69
maturin build --verbose ${{ matrix.profile == 'release' && '--release' || '' }} --locked
70
71
@@ -89,7 +90,7 @@ jobs:
89
90
python-version: '3.13'
91
- run: brew install maturin
92
- name: "Build macos python wheel"
- run: maturin build --verbose ${{ matrix.profile == 'release' && '--release' || '' }} --locked -- --macos-deployment-target = "11.0"
93
+ run: maturin build --verbose ${{ matrix.profile == 'release' && '--release' || '' }} --locked macos-deployment-target = "${{ matrix.target }}"
94
working-directory: ./nobodywho/python
95
96
0 commit comments