Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 184 Bytes

DEV.rst

File metadata and controls

11 lines (9 loc) · 184 Bytes

Build

python -m build

Publish to TestPypi

python -m twine upload --repository testpypi dist/*

Publish to Pypy

python -m twine upload dist/*