Post #2938479
2026-04-24 18:54 UTC
@konsonantenboy@hachyderm.io I have used pyproject.toml for a while with bumpver, and it's great. My only complaint is that you have to "uv lock" or whatever, which is a bumper issue.
My change is mostly about how to efficiently see which version is deployed on the actual live web server. I am going to automate some checks to make sure.
Replies (1)
-
@konsonantenboy@hachyderm.io 2026-04-24 19:29
@webology@mastodon.social I simply parse the number out of the file, uv locks are not relevant. For deploy I've got rsync scripts, with production host targets only active in a stable subversion branch (yeah, I'm that old), so it's a security measure to know what lands on the live server.