Skip to content

Commit 326833e

Browse files
committed
chore: Use uv for python -m build
1 parent 69e1aa1 commit 326833e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ release:
22
commit-and-tag-version
33

44
publish: clean
5-
python -m build
5+
python -m build --installer uv
66
twine upload dist/*
77
git push --follow-tags
88

0 commit comments

Comments
 (0)