theoremlp / rules_uv

Bazel rules for running uv
Apache License 2.0
31 stars 13 forks source link

Use env to refer to a consistent lockfile name in automation #7

Closed mark-thm closed 4 months ago

mark-thm commented 4 months ago

rules_uv keeps its lockfile in a non-standard location and our copy/pasted action content didn't update all the usage locations.

Extract the lockfile location to an env variable and use that variable everywhere.