Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 110 Bytes

BUILD.md

File metadata and controls

6 lines (6 loc) · 110 Bytes

Build package and publish to pypi:

rm -rf dist/*
python3 -m build
python3 -m twine upload  dist/*