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
The current fallback version generates an incorrect result when git export-subst is applied to replace the placeholders; and pip and setuptools complain with this error message (when using [email protected] to explore the process):
[tool.setuptools_scm]
# this is used populated when creating a git archive
# and when there is .git dir and/or there is no git installed
fallback_version = "9999.$Format:%h-%cs$"
The current fallback version generates an incorrect result when git
export-subst
is applied to replace the placeholders; and pip and setuptools complain with this error message (when using [email protected] to explore the process):We should instead use this modified fallback version:
See, e.g.,
and
InvalidVersion
error noted above)The text was updated successfully, but these errors were encountered: