GitHub Actions and UV
I have been using uv for my python projects. I do not need to talk about the impact that the tools is having on the Python ecosystem.
Since I decided to release more and more of the small (in)utilities I create as open source, because, why not, I need to provide some of the best practices in my repositories.
Of course, continous delivery is one of them, and I am willing to embrace uv in this area too. Luckily astral provides a nice github action to work with.
Since I released my small vault-search-replace to PyPi, this is the first draft of the worflow.
This is the kind of value that the Delivering Value post was talking about - you give value to your users.
In this example, the value is for me, first, potentially others, second.
Enjoy!