Skip to content

Commit bc8aa2d

Browse files
committed
test push
1 parent 26c95d1 commit bc8aa2d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/python_ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ jobs:
6464
cd C:/
6565
- name: "Build windows python wheel"
6666
run: |
67-
cd nobodywho/nobodywho/python
67+
echo | ls nobodywho/
68+
cd nobodywho/python
6869
maturin build --verbose ${{ matrix.profile == 'release' && '--release' || '' }} --locked
6970
7071
@@ -89,7 +90,7 @@ jobs:
8990
python-version: '3.13'
9091
- run: brew install maturin
9192
- name: "Build macos python wheel"
92-
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 }}"
9394
working-directory: ./nobodywho/python
9495

9596

0 commit comments

Comments
 (0)