Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 229 Bytes

MAINTAINER.md

File metadata and controls

12 lines (9 loc) · 229 Bytes

requirements for making releases

python3 -m pip install --user --upgrade twine setuptools wheel

to make a new release, bump version in pyttanko.py and run

python3 setup.py sdist bdist_wheel
twine upload dist/*