Skip to content

Commit e72d539

Browse files
authored
fix: Versioning and release (#192)
This PR tries to fix the problen in versioning and releasing. Signed-off-by: Ubospica <ubospica@gmail.com>
1 parent 0fcd656 commit e72d539

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=61.0", "setuptools_scm", "wheel"]
2+
requires = ["setuptools>=61.0", "setuptools-scm", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
@@ -105,3 +105,4 @@ log_cli_level = "INFO"
105105
[tool.setuptools_scm]
106106
version_scheme = "python-simplified-semver"
107107
fallback_version = "0.0.0.dev0"
108+
local_scheme = "no-local-version"

0 commit comments

Comments
 (0)