Contributing¶
Development Setup¶
- Clone the repo.
- Install dependencies:
- Run tests:
Code Generation¶
The SDK is generated from the OpenAPI spec. To regenerate:
Release Process¶
- Tag: Create a new GitHub release with a tag (e.g.,
v0.1.0). - Publish: The GitHub Action
.github/workflows/publish.ymlwill automatically build and push to PyPI using Trusted Publishing. - Verify: Check PyPI project page.