Deploy increment version in setup.py rm -rf build/ hstream.egg-info/ dist/ pip install twine build python -m build twine upload dist/* Kill orphaned uvicorn processes kill -9 $(lsof -t -i:8000) (or whatever port they we're using)