pyitau icon indicating copy to clipboard operation
pyitau copied to clipboard

Continuous delivery: adds upload to PyPI

Open lucasrcezimbra opened this issue 3 years ago • 1 comments

  • [ ] add bumpversion
  • [ ] deploy

lucasrcezimbra avatar May 05 '21 01:05 lucasrcezimbra

Deploy example:

pip install --upgrade build twine
python -m build
twine upload dist/*
git tag -a 1.0.3
git push --tags

lucasrcezimbra avatar Mar 20 '22 03:03 lucasrcezimbra