-
Notifications
You must be signed in to change notification settings - Fork 4
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
Switch to uv for package management #55
Conversation
description = "An easy downloader for the AirBase air quality data." | ||
readme = {file = "README.md", content-type = "text/markdown"} | ||
authors = [{name="John Paton", email="john@johnpaton.net"}] | ||
maintainers = [{name="John Paton", email="john@johnpaton.net"}, {name="Alvaro Valdebenito"}] |
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.
let me know if you want to be here and/or have your email here @avaldebe
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.
@JohnPaton sorry, I did not see this comment until now.
My work email is alvarov@met.no
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.
All good! I'll update it.
* Consolidate project setup into composite action * Specify repo * Specify ref * Relative path * Own directory * Checkout first * Fix indentation and add shell * Disambiguate caches
uv
recently released project management and I'm pretty excited about it. Looks like a good fit and it's Blazing Fast ™️Integration tests are failing but the rest seems good.I'll release a pre-release to test once this is merged to check the build but it looks good for me locally.To do:
uv
for building and lockinguv
in CImaster
once Use new Download API #54 is merged, keep it rebased until then