Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 286 Bytes

DEVELOPMENT.md

File metadata and controls

25 lines (17 loc) · 286 Bytes

Development

Setup

poetry install

Tests

poetry run pytest

Release

  1. Update CHANGELOG.md
  2. Update version in pyproject.toml
  3. Run poetry build && poetry publish

PyPI authentication

poetry config pypi-token.pypi your-api-token