From fbc42ec0f45aa2c47efe21eb9b28430aa2592229 Mon Sep 17 00:00:00 2001 From: AlexandreSenpai Date: Sat, 11 Jan 2025 17:23:15 -0300 Subject: [PATCH] ci: updated github pypi action --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 41ba317..f58b96f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,6 +60,9 @@ source = "vcs" [tool.hatch.build.hooks.vcs] version-file = "enma/_version.py" +[tool.hatch.version.raw-options] +local_scheme = "no-local-version" + [tool.coverage.run] omit = [ "*/interfaces/*",