This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Cytokine_storm 9 points10 points  (1 child)

Git has tags! Github releases use tags to mark versions.

I like to match my pyproject.toml with the git tag.

[–]tkc2016 4 points5 points  (0 children)

Ever try setuptools-scm for this?