For test releases, use a -test suffix to the tag, for example "v0.6.0-test", for actual releases, just use the normal version name, for example "v0.6.0".
- Update
__version__inoscpy/__init__.py - Update
CHANGELOG.md - Call
git commit oscpy/__init__.py CHANGELOG.md - Call
git tag --sign [version] - Call
git push --tags