hatch icon indicating copy to clipboard operation
hatch copied to clipboard

Env version-source: add a fallback value

Open StephenRobin opened this issue 1 year ago • 0 comments

Our build system sets the package version number via an environment variable.

When developers are building locally (eg when doing a uv sync) the environment variable will not be set and the build fails. This is inconvenient and we'd rather it just fell back to some default value like 0.0.1.dev0+local)

StephenRobin avatar Sep 04 '24 16:09 StephenRobin