pyhf icon indicating copy to clipboard operation
pyhf copied to clipboard

Migrate tbump.toml to pyproject.toml

Open kratsg opened this issue 2 years ago • 1 comments

Summary

See title. Just migrate over.

Additional Information

No response

Code of Conduct

  • [X] I agree to follow the Code of Conduct

kratsg avatar Feb 28 '23 14:02 kratsg

Can do something like

[tool.tbump]
field = [
    { name = "release", default = "" },
]
file = [
    { src = "pyproject.toml", version_template = "version = \"{major}.{minor}.{patch}{release}\"" },
]

kratsg avatar Feb 28 '23 14:02 kratsg