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 2e6b0d8 commit 6b48ac0Copy full SHA for 6b48ac0
.github/workflows/python_ci.yml
@@ -64,8 +64,7 @@ jobs:
64
cd C:/
65
- name: "Build windows python wheel"
66
run: |
67
- ls nobodywho/
68
- cd nobodywho/python
+ cd python
69
maturin build --verbose ${{ matrix.profile == 'release' && '--release' || '' }} --locked
70
71
@@ -90,7 +89,7 @@ jobs:
90
89
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
94
working-directory: ./nobodywho/python
95
96
0 commit comments