Skip to content

Commit a53eb31

Browse files
awoll-bdaiexploy-bot
authored andcommitted
Use fixed version for exploy (#86)
### What change is being made Instead of dynamically determining the version from git, we use a fixed one. ### Why this change is being made The dynamic versioning invalidated the pixi.lock file when mirrored to another repository. ### Tested Confirmed successful sync between repositories. GitOrigin-RevId: c294b2acb3e0fcae6c770948b35d4d8123002ab1
1 parent 3330cc1 commit a53eb31

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

pixi.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ requires = ["hatchling", "hatch-vcs"]
8080
source = "vcs"
8181

8282
[tool.hatch.version.raw-options]
83-
version_scheme = "no-guess-dev"
83+
version_scheme = "only-version"
84+
local_scheme = "no-local-version"
8485

8586
[tool.hatch.build.hooks.vcs]
8687
version-file = "python/exploy/_version.py"

0 commit comments

Comments
 (0)