Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 173 Bytes

RELEASE.md

File metadata and controls

11 lines (9 loc) · 173 Bytes
  • To release a new version of navio_jupyter on PyPI:

Update version on pyproject.toml

pip install -e ".[dev]"
npm install
npm run build
hatch build
hatch publish