We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
$ git checkout -b rel-vXXXX.X # increment version in logpyle/version.py $ git commit -a && git push
Create PR for the rel-vXXXX.X branch.
rel-vXXXX.X
$ git checkout master $ git pull $ git tag -a vXXXX.X $ git push --tags $ python3 setup.py sdist bdist_wheel $ twine upload dist/logpyle-XXXX.X*