Skip to content

Commit 6b48ac0

Browse files
committed
test push
1 parent 2e6b0d8 commit 6b48ac0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/python_ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ jobs:
6464
cd C:/
6565
- name: "Build windows python wheel"
6666
run: |
67-
ls nobodywho/
68-
cd nobodywho/python
67+
cd python
6968
maturin build --verbose ${{ matrix.profile == 'release' && '--release' || '' }} --locked
7069
7170
@@ -90,7 +89,7 @@ jobs:
9089
python-version: '3.13'
9190
- run: brew install maturin
9291
- name: "Build macos python wheel"
93-
run: maturin build --verbose ${{ matrix.profile == 'release' && '--release' || '' }} --locked -- --macos-deployment-target = "${{ matrix.target }}"
92+
run: maturin build --verbose ${{ matrix.profile == 'release' && '--release' || '' }} --locked
9493
working-directory: ./nobodywho/python
9594

9695

0 commit comments

Comments
 (0)