v1.0.4
π CI
- ci: Added automated build and release process. (1a3bb2b)
- Added a GitHub Actions workflow for automated build and release.
- Workflow triggers on new tags matching the
v*.*.*
pattern. - Includes steps to set up Python, install dependencies, and build the package using Poetry.
- Automatically publishes the built package to PyPI using stored PyPI token secrets.
- Ensures the release job only runs after the 'test' job passes successfully.
β‘οΈπ¨π Refactor
-
docs: Updated badges in README MarkDown file. (c82f452)
- Added pylint badge to display code quality rating in
README.md
. - Updated pre-commit badge color.
- Added pylint badge to display code quality rating in
-
docs: Updated badges and references in RST docs. (c82f452)
- Added pylint badge to the documentation.
- Updated the settings section in various
.rst
files to reflect recent changes. - Enhanced documentation for better readability and accuracy.