2 parents 7870004 + 6af62f1 commit 0592774Copy full SHA for 0592774
1 file changed
.github/workflows/publish-python.yml
@@ -25,7 +25,8 @@ jobs:
25
with:
26
command: build
27
target: ${{ matrix.target }}
28
- args: --release --manifest-path packages/python/pyproject.toml --out dist
+ args: --release --out dist
29
+ working-directory: packages/python
30
- uses: actions/upload-artifact@v4
31
32
name: wheel-${{ matrix.target }}
@@ -38,7 +39,8 @@ jobs:
38
39
- uses: PyO3/maturin-action@v1
40
41
command: sdist
- args: --manifest-path packages/python/pyproject.toml --out dist
42
+ args: --out dist
43
44
45
46
name: sdist
0 commit comments