-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[.github] - refactor: switch from Poetry to uv for Python dependency …
…management - Replace the use of Poetry with uv in GitHub Actions workflows for various tasks like installing dependencies and publishing packages - Enable caching in the GitHub Actions for the uv setup to improve workflow efficiency - Modify commands for checking formatting, running lint, and running tests to use uv instead of Poetry - Update the PyPI publishing step to use uv with the new environment variable for the PyPI token configuration
- Loading branch information
1 parent
063291b
commit 6dcdac6
Showing
2 changed files
with
22 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters