lazy_serve/makefile
Michael Pilosov, PhD d513f6c565 update pkg
2024-01-27 05:54:58 +00:00

9 lines
101 B
Makefile

clean:
rm -rf dist/
build: clean
python -m build --sdist --wheel
pub: build
twine upload dist/*