We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a289b76 + e2d9f97 commit 50e3f13Copy full SHA for 50e3f13
src/setuptools_scm/version.py
@@ -16,7 +16,7 @@
16
17
18
def _parse_version_tag(tag, config):
19
- tagstring = tag if not isinstance(tag, str) else str(tag)
+ tagstring = tag if isinstance(tag, str) else str(tag)
20
match = config.tag_regex.match(tagstring)
21
22
result = None
0 commit comments