build-package:
	rm -rf dist build *.egg-info 
	uv build

publish:
	uv publish
