Skip to content

Commit b0e6268

Browse files
authored
ci: fix python makefile for release (lance-format#141)
Fix the python's makefile for publishing the python release.
1 parent 7eeed35 commit b0e6268

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ clean:
2525
rm -rf ../target
2626

2727
publish:
28-
maturin build --release --out dist --sdist -m ../crates/lance-graph-python/Cargo.toml
28+
maturin build --release --out dist --sdist

0 commit comments

Comments
 (0)