Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 270 Bytes

CONTRIBUTE.md

File metadata and controls

15 lines (8 loc) · 270 Bytes

Deploy

  1. increment version in setup.py

  2. rm -rf build/ hstream.egg-info/ dist/

  3. pip install twine build

  4. python -m build

  5. twine upload dist/*

Kill orphaned uvicorn processes

kill -9 $(lsof -t -i:8000) (or whatever port they we're using)