Skip to content

Commit 4c5c773

Browse files
committed
fix: ci python macos working-directory
1 parent 76a67aa commit 4c5c773

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-python.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ jobs:
160160
- name: Build wheels
161161
uses: PyO3/maturin-action@v1
162162
with:
163+
working-directory: python
163164
target: ${{ matrix.target }}
164165
args: --release --out dist --interpreter 3.10
165166
sccache: true

0 commit comments

Comments
 (0)