Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 143 Bytes

File metadata and controls

13 lines (7 loc) · 143 Bytes

How to build

install twine

pip install build twine

build from pyproject.toml

python -m build

publish

twine upload dist/*