- Install Poetry:
pip install poetry
- Install dependencies:
poetry install
- Install OpenAPI Generator (on macOS:
brew install openapi-generator
) - Run tests:
poetry run pytest
- Change
packageVersion
inopenapi-generator-config.yaml
- Run
scripts/generate.sh
.
Run the "Publish" GitHub Actions workflow.