Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 124 Bytes

DEVELOPMENT.md

File metadata and controls

10 lines (8 loc) · 124 Bytes

Releasing a new version

pip install build twine
python3 -m build
python3 -m twine upload dist/*