Skip to content

Commit c524251

Browse files
committed
Fix working directory in python release action
1 parent cef2f80 commit c524251

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/python.yml

+5
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
- name: Build wheels
4040
uses: PyO3/maturin-action@v1
4141
with:
42+
working-directory: python
4243
target: ${{ matrix.platform.target }}
4344
args: --release --out dist --find-interpreter
4445
sccache: 'true'
@@ -70,6 +71,7 @@ jobs:
7071
- name: Build wheels
7172
uses: PyO3/maturin-action@v1
7273
with:
74+
working-directory: python
7375
target: ${{ matrix.platform.target }}
7476
args: --release --out dist --find-interpreter
7577
sccache: 'true'
@@ -98,6 +100,7 @@ jobs:
98100
- name: Build wheels
99101
uses: PyO3/maturin-action@v1
100102
with:
103+
working-directory: python
101104
target: ${{ matrix.platform.target }}
102105
args: --release --out dist --find-interpreter
103106
sccache: 'true'
@@ -124,6 +127,7 @@ jobs:
124127
- name: Build wheels
125128
uses: PyO3/maturin-action@v1
126129
with:
130+
working-directory: python
127131
target: ${{ matrix.platform.target }}
128132
args: --release --out dist --find-interpreter
129133
sccache: 'true'
@@ -140,6 +144,7 @@ jobs:
140144
- name: Build sdist
141145
uses: PyO3/maturin-action@v1
142146
with:
147+
working-directory: python
143148
command: sdist
144149
args: --out dist
145150
- name: Upload sdist

0 commit comments

Comments
 (0)