Skip to content

Commit e6cdf0b

Browse files
authored
Use uv publish (#78)
1 parent aaba3cb commit e6cdf0b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Justfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ run-producer:
2727
uv run testing/producer.py
2828

2929
publish:
30-
rm -rf dist/*
30+
rm -rf dist
3131
uv build
32-
uvx twine check dist/*
33-
uvx twine upload dist/* --username __token__ --password $PYPI_TOKEN
32+
uv publish --token $PYPI_TOKEN

0 commit comments

Comments
 (0)