Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 122 Bytes

File metadata and controls

8 lines (7 loc) · 122 Bytes

Deploy package

$> rm -rf dist/
$> python setup.py sdist
$> python setup.py bdist_wheel
$> twine upload dist/*