pyitau
pyitau copied to clipboard
Continuous delivery: adds upload to PyPI
- [ ] add bumpversion
- [ ] deploy
Deploy example:
pip install --upgrade build twine
python -m build
twine upload dist/*
git tag -a 1.0.3
git push --tags