Skip to content

Commit 424f650

Browse files
committed
fix: folder type in action
1 parent fc7f4bf commit 424f650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
uses: PyO3/maturin-action@v1
7272
with:
7373
target: ${{ matrix.platform.target }}
74-
args: --release --out dist --manifest-path bindings/python/Cargo.toml
74+
args: --release --out dist --manifest-path binding/python/Cargo.toml
7575
sccache: 'true'
7676
manylinux: musllinux_1_2
7777
- name: Upload wheels

0 commit comments

Comments
 (0)