-
Notifications
You must be signed in to change notification settings - Fork 30
chore: switch to uv #135
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
chore: switch to uv #135
Conversation
rmdg88
commented
Jun 18, 2025
- switch from poetry to uv
- updated runners image
- updated externals
- updated docs
✅ DCO Check Passed Thanks @rmdg88, all your commits are properly signed off. 🎉 |
Merge ProtectionsYour pull request matches the following merge protections and will not be merged until they are valid. 🟢 Enforce conventional commitWonderful, this rule succeeded.Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
|
I, rmdg88 <[email protected]>, hereby add my Signed-off-by to this commit: 3be3af8 I, rmdg88 <[email protected]>, hereby add my Signed-off-by to this commit: bfa7bff I, rmdg88 <[email protected]>, hereby add my Signed-off-by to this commit: 03020cb I, rmdg88 <[email protected]>, hereby add my Signed-off-by to this commit: 02f9170 I, rmdg88 <[email protected]>, hereby add my Signed-off-by to this commit: e016cf9 I, rmdg88 <[email protected]>, hereby add my Signed-off-by to this commit: 16e8307 I, rmdg88 <[email protected]>, hereby add my Signed-off-by to this commit: ce0078f I, rmdg88 <[email protected]>, hereby add my Signed-off-by to this commit: ddc53d6 I, rmdg88 <[email protected]>, hereby add my Signed-off-by to this commit: ae09944 I, rmdg88 <[email protected]>, hereby add my Signed-off-by to this commit: b2b38c1 I, rmdg88 <[email protected]>, hereby add my Signed-off-by to this commit: b0f5a52 I, rmdg88 <[email protected]>, hereby add my Signed-off-by to this commit: fbe306d I, rmdg88 <[email protected]>, hereby add my Signed-off-by to this commit: 9d8beec I, rmdg88 <[email protected]>, hereby add my Signed-off-by to this commit: 1c6ad89 I, rmdg88 <[email protected]>, hereby add my Signed-off-by to this commit: 1e4d805 I, rmdg88 <[email protected]>, hereby add my Signed-off-by to this commit: deeeb29 I, rmdg88 <[email protected]>, hereby add my Signed-off-by to this commit: ac647d2 I, rmdg88 <[email protected]>, hereby add my Signed-off-by to this commit: 42ded15 I, rmdg88 <[email protected]>, hereby add my Signed-off-by to this commit: 0c1993e I, rmdg88 <[email protected]>, hereby add my Signed-off-by to this commit: 5e30ac9 I, rmdg88 <[email protected]>, hereby add my Signed-off-by to this commit: 24bff78 I, rmdg88 <[email protected]>, hereby add my Signed-off-by to this commit: bee6db1 I, rmdg88 <[email protected]>, hereby add my Signed-off-by to this commit: 6cde8e2 I, rmdg88 <[email protected]>, hereby add my Signed-off-by to this commit: 1c24fab I, rmdg88 <[email protected]>, hereby add my Signed-off-by to this commit: d960ca1 I, rmdg88 <[email protected]>, hereby add my Signed-off-by to this commit: 599114d I, rmdg88 <[email protected]>, hereby add my Signed-off-by to this commit: 157bb45 I, rmdg88 <[email protected]>, hereby add my Signed-off-by to this commit: c811fce I, rmdg88 <[email protected]>, hereby add my Signed-off-by to this commit: 05d2c85 I, rmdg88 <[email protected]>, hereby add my Signed-off-by to this commit: 094917f Signed-off-by: rmdg88 <[email protected]>
DCO Remediation Commit for rmdg88 <[email protected]> I, rmdg88 <[email protected]>, hereby add my Signed-off-by to this commit: 2b90e92 Signed-off-by: rmdg88 <[email protected]>
@@ -0,0 +1,14 @@ | |||
include CMakeLists.txt |
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.
I guess this is needed for the sdist, right?
Are we sure there is no other way to instrument it properly in the pyproject.toml instead of adding this MANIFEST?
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.
it was the way to include the non default paths/files to the sdist
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.
lgtm