From f120b03a73c989f18eed8a7370161692b94c7a4d Mon Sep 17 00:00:00 2001 From: JoshuaTang <1240604020@qq.com> Date: Sat, 14 Feb 2026 22:03:16 -0800 Subject: [PATCH] ci: fix python makefile for release --- python/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/Makefile b/python/Makefile index bd9450ce..aa0f18c5 100644 --- a/python/Makefile +++ b/python/Makefile @@ -25,4 +25,4 @@ clean: rm -rf ../target publish: - maturin build --release --out dist --sdist -m ../crates/lance-graph-python/Cargo.toml + maturin build --release --out dist --sdist