Implement a robust CI/CD pipeline for the repository:
- Set up GitHub Actions workflows for automated testing using
uv https://docs.astral.sh/uv/guides/integration/github/ and poe for documentation creation.
- Integrate code formatting checks with
ruff as part of pre-commit hooks.
- Configure automated publishing to PyPI on release events (e.g., when a GitHub Release is created).
This will improve code quality and streamline the release process.
Implement a robust CI/CD pipeline for the repository:
uvhttps://docs.astral.sh/uv/guides/integration/github/ andpoefor documentation creation.ruffas part of pre-commit hooks.This will improve code quality and streamline the release process.