Skip to content

Commit 26c95d1

Browse files
committed
test push
1 parent c4eeb40 commit 26c95d1

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/workflows/python_ci.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
# This file is autogenerated by maturin v1.9.6
2-
# To update, run
3-
#
4-
# maturin generate-ci github
5-
#
61
name: "python_ci"
72

83
on:
@@ -68,8 +63,11 @@ jobs:
6863
mv ./nobodywho/* C:/
6964
cd C:/
7065
- name: "Build windows python wheel"
71-
run: maturin build --verbose ${{ matrix.profile == 'release' && '--release' || '' }} --locked
72-
working-directory: C:/nobodywho/python
66+
run: |
67+
cd nobodywho/nobodywho/python
68+
maturin build --verbose ${{ matrix.profile == 'release' && '--release' || '' }} --locked
69+
70+
7371
7472
mac-os:
7573
runs-on: macos-14
@@ -91,7 +89,7 @@ jobs:
9189
python-version: '3.13'
9290
- run: brew install maturin
9391
- name: "Build macos python wheel"
94-
run: maturin build --verbose ${{ matrix.profile == 'release' && '--release' || '' }} --locked
92+
run: maturin build --verbose ${{ matrix.profile == 'release' && '--release' || '' }} --locked -- --macos-deployment-target = "11.0"
9593
working-directory: ./nobodywho/python
9694

9795

0 commit comments

Comments
 (0)