You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[tool.setuptools_scm] # do not edit — autogenerated by wipac-dev-py-setup-action
100
-
fallback_version = "UNTAGGED"#only used when SCM metadata is completely unavailable (e.g., no '.git/'). NOTE: in shallow clones without git tags, setuptools-scm will still infer a commit-based version (like '0.1.dev1+g79c9b4b'); this value will NOT be used in that case.
103
+
fallback_version = "CANNOT_BUILD_WITHOUT_GIT_DIR"# used when SCM metadata is missing (no '.git/') — if '.git/' exists but does not contain tags, a commit-based version (like '0.1.dev1+g79c9b4b')will be used instead.
0 commit comments