Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 192 Bytes

File metadata and controls

11 lines (8 loc) · 192 Bytes

Making a new release

  • Bump the version numbers in pyproject.toml and nbplot/__init__.py
pip install build
python3 -m build
twine upload dist/*

Username is always __token__