Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 199 Bytes

publish.md

File metadata and controls

19 lines (13 loc) · 199 Bytes

How to publish this library

Install the build tool:

pip3 install build twine

Build the library:

python3 -m build

Upload the library to PyPI:

twine upload dist/*