Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 184 Bytes

RELEASE.md

File metadata and controls

15 lines (11 loc) · 184 Bytes

Taiwan Lottery Crawler Release Guide

Build

python setup.py sdist bdist_wheel

Publish

pip install twine
twine check .\dist\*
twine upload .\dist\*