diff --git a/BUILD.md b/BUILD.md new file mode 100644 index 0000000..595421d --- /dev/null +++ b/BUILD.md @@ -0,0 +1,6 @@ +Build package and publish to pypi: +```bash +rm -rf dist/* +python3 -m build +python3 -m twine upload dist/* +```