- Update
__version__inslackviewer/__init__.pyto the new version - Commit this change as "Release 0.9.0" to master, as an example
- Create a release on GitHub with the new version (e.g., 0.9.0) targeting master
git pulllocallygit clean -fdx distto clean anything already in the dist/ directory- Run
python setup.py sdist bdist_wheel(in the correct environment) to create the package to upload - Run
twine upload dist/*to push to PyPI