Skip to content
Luis Felipe Miléo edited this page May 5, 2021 · 3 revisions

Fechando uma nova versão:

bumpversion [major|minor|patch]
git push --tags
git push origin master
# Conferir se os commits feitos alteraram as coisas corretas
python setup.py clean --all sdist bdist_wheel
twine upload --skip-existing dist/*.whl dist/*.gz
Clone this wiki locally