mirror of https://github.com/Nonannet/copapy.git
added fallback_version for tool.setuptools_scm in container based ARM runners
This commit is contained in:
parent
2a5859ac45
commit
bb2c0ee548
|
|
@ -33,6 +33,7 @@ copapy = ["obj/*.o", "py.typed"]
|
|||
version_scheme = "post-release"
|
||||
local_scheme = "node-and-date"
|
||||
tag_regex = "^v(?P<version>\\d+\\.\\d+\\.\\d+(?:-beta)?)$"
|
||||
fallback_version = "0.0.0"
|
||||
write_to = "src/copapy/_version.py"
|
||||
write_to_template = '''
|
||||
# generated by setuptools_scm - do not edit
|
||||
|
|
|
|||
Loading…
Reference in New Issue