Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 238 Bytes

NOTES.md

File metadata and controls

14 lines (8 loc) · 238 Bytes

Creating a Release (just some notes for me)

Requirements

python -m pip install build python -m pip install twine

Creating a dist package

python -m build

Uploading the dist package

python -m twine upload dist/*