pypi:
	uv run python -m build
	uv run python -m twine upload --repository pypi dist/springcalc-0.1.2*

test:
	uv run python -m build
	uv run python -m twine upload --repository testpypi dist/springcalc-0.1.2*
