Skip to content

Commit bac3bdf

Browse files
authored
ci: fix the python build in publish (lance-format#61)
* ci: fix the python buid in publish * simply command
1 parent a085f6f commit bac3bdf

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-
$(UV) build --wheel --sdist --out-dir dist
28+
maturin build --release --out dist --sdist

0 commit comments

Comments
 (0)