-
-
Notifications
You must be signed in to change notification settings - Fork 163
Move to uv. #219
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
Move to uv. #219
Conversation
|
@Tinche , hello. Do you need tox for this project if GHA are enabled? If not, I'll remove "tox.ini" file. |
|
I'd prefer to keep tox since it can be useful to run a multitude of tests locally for contributors |
| run: "uv build" | ||
| - name: "List result" | ||
| run: "ls -l dist" | ||
| - name: "Check wheel contents" |
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.
Maybe to do something with the following lines in conformance with uv GHA integration.
|
@Tinche , hello. I need your coauthorship with GHA and tox's |
|
Thanks for your efforts Stanley. This turned out to be significantly trickier than I assumed it would. Still not super happy with how the Justfile had to change, but I think this is an issue with |
Thank you in helping to finish this PR, I learnt more about tox, good experience. |
Features:
Based on the discussion from the #218 .