Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 204 Bytes

RELEASING.md

File metadata and controls

15 lines (10 loc) · 204 Bytes

How to make a release

python -m pip install --upgrade build twine

# cleanup the ./dist folder
rm -rf ./dist

# Build the distributions
python -m build

# Upload them

twine upload dist/*