Skip to content

Commit aaba3cb

Browse files
authored
Use uv build (#77)
1 parent 3400138 commit aaba3cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ run-producer:
2828

2929
publish:
3030
rm -rf dist/*
31-
uvx --from build python -m build --installer uv
31+
uv build
3232
uvx twine check dist/*
3333
uvx twine upload dist/* --username __token__ --password $PYPI_TOKEN

0 commit comments

Comments
 (0)