Skip to content

Commit cf847d0

Browse files
committed
fix: wrong manifest-path
1 parent b7b9850 commit cf847d0

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
@@ -137,7 +137,7 @@ jobs:
137137
uses: PyO3/maturin-action@v1
138138
with:
139139
command: sdist
140-
args: --out dist --manifest-path binding/python/Cargo.toml
140+
args: --out dist --manifest-path bindings/python/Cargo.toml
141141
- name: Upload sdist
142142
uses: actions/upload-artifact@v4
143143
with:

0 commit comments

Comments
 (0)