Skip to content

Releases: flywhl/labfile

v0.0.1

14 Jan 18:49
d8b0507
Compare
Choose a tag to compare
tooling: use uv and set up publishing (#9)

* refactor: migrate from rye to uv package manager and update tooling

The commit message reflects a significant change in the project's development
tooling, switching from rye to uv for package management, and replacing
multiple linting tools (pylint, flake8) with ruff for better performance
and maintainability.

* ci: add GitHub Actions workflows for continuous integration and deployment

* chore: remove tox configuration as it's no longer used for test automation