Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 267 Bytes

RELEASE.md

File metadata and controls

18 lines (9 loc) · 267 Bytes
  • To release a new version of plotlydash-tornado-cmd on PyPI:

Update setup.py to the new version

delete dist folder

python setup.py sdist bdist_wheel

twine upload dist/*

git add and git commit

git tag -a X.X.X -m 'comment'

git push

git push --tags