Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 510 Bytes

DEVELOPMENT.md

File metadata and controls

19 lines (13 loc) · 510 Bytes

Development

Setup

  • Install Poetry: pip install poetry
  • Install dependencies: poetry install
  • Install OpenAPI Generator (on macOS: brew install openapi-generator)
  • Run tests: poetry run pytest

Generating

  1. Change packageVersion in openapi-generator-config.yaml
  2. Run scripts/generate.sh.

Publishing

  1. Generate package: poetry build.
  2. Run poetry config pypi-token.pypi YOUR_PYPI_API_TOKEN
  3. Upload package: poetry publish --build.