Skip to content

Commit 755eefb

Browse files
committed
fix: align SCM versioning to avoid metadata mismatch
Signed-off-by: Abhijeet <abhijeetsaharan2236@gmail.com>
1 parent a3bc9de commit 755eefb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,10 @@ build-backend = "pdm.backend"
7171

7272
[tool.setuptools_scm]
7373
version_scheme = "python-simplified-semver"
74-
local_scheme = "dirty-tag"
74+
local_scheme = "no-local-version"
7575

7676
[tool.pdm.version]
7777
source = "scm"
78-
version_format = "{version}" # normalize SCM version
7978

8079
[tool.pdm.build]
8180
package-dir = "src"

0 commit comments

Comments
 (0)