Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 161 Bytes

deploying.md

File metadata and controls

7 lines (7 loc) · 161 Bytes

bump2version patch

(or, bump2version minor)

rm -r vvm.egg-info/ dist/

python -m build

twine upload dist/*

or,

twine --repository vvm upload dist/*