Skip to content

Commit

Permalink
disable persistent substitution
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuart A. Siegel committed Aug 7, 2024
1 parent a3fd949 commit d08825f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/inference/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ format = "{base}"
#persistent-substitution = true

[tool.poetry-dynamic-versioning.files."tsfminference/_version.py"]
persistent-substitution = true # useful for editable installs
# persistent-substitution = true # useful for editable installs
initial-content = """
# These version placeholders will be replaced later during substitution.
__version__ = "0.0.0"
Expand Down

0 comments on commit d08825f

Please sign in to comment.