-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: using uv to setup python and install dependencies for github actions #152
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems good at a glance although you've have to update the documentation/contributing guide as well. I recommend searching up for the string "poetry" to find sources of it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally big fan, just want to check that pyproject.toml
gets updated to remove peotry?
Also would mean poetry publish
would cease to work
changes
uv
forvenv
and installing dependencies in our github actions workflowspyproject.toml
and discards ofpoetry
todo
uv build
line to the contributing docs for the publishing part