-
-
Notifications
You must be signed in to change notification settings - Fork 3
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? #246
Comments
@gforcada I was thinking about this too. It's easy enough for us to update Plone packages, but there are also collective packages which started using plone/meta (https://github.com/search?q=org%3Acollective+plone%2Fmeta%2F.github&type=code) and I'm worried we won't find everything that needs to be updated to use a specific workflow version. Probably there are private packages too. Ideas:
|
@davisagli thanks for the input! We already have a previous attempt at the Maybe indeed, letting |
+1 for uv and +1 for a 2.0 then |
Sounds good. |
It has been on the headlines for quite a while, a fast(er) replacement for
pip
, but not only that.Should we switch to it on our GHA? 🤔
I made a test PR on
plone.batching
: plone/plone.batching#83The changes are mostly to be done here in
plone.meta
and roll them over to the distributions.❗ one caveat though: as soon as we change the workflows in this repo, i.e
.github/workflows/XXX.yml
all repositories that depend on them will (probably 🤔 ) break, so it might be a good idea to first move all repositories to point to a stable version, and then merge this, so we can freely break stuff without breaking repositories 😅My idea:
plone.meta
plone.meta
🎉@davisagli @mauritsvanrees does it sound sane? 🤔
The text was updated successfully, but these errors were encountered: