lazy_serve/makefile

9 lines
101 B
Makefile
Raw Normal View History

2024-01-27 05:54:58 +00:00
clean:
rm -rf dist/
build: clean
python -m build --sdist --wheel
pub: build
twine upload dist/*