Credmark client library for python
See the package README.rst
-
Update the version in
setup.py
, updateHISTORY.rst
, and git commit the changes. -
Tag in git, replacing the version string:
git tag -a "0.1.0" -m "Version 0.1.0"
git push origin "0.1.0"
python3 -m build
twine check dist/*
python3 -m twine upload dist/*