Update the version
nixnet/VERSION- Create release notes (
clog-clican help) git clean -ndxto see what files to clean upgit clean -fdxto clean up files- Include release notes in commit messaage
- Publish a PR
Tagging a release
- (on master)
git tag -a <VERSION>with the release notes as the message git push --tags <UPSTREAM>
Uploading packages
rm -Rf distpython setup.py sdistpython setup.py bdist_wheel --universaltwine upload dist/*