From 56487e149b5015c380ae9d254ad4d2aa4234aa8c Mon Sep 17 00:00:00 2001 From: Rouven Czerwinski Date: Wed, 25 Jan 2023 14:30:12 +0100 Subject: [PATCH] pyproject.toml: no local-version Disable local-version appendices for setupstools_scm, otherwise uploads to pypi and testpypi are not possible. Signed-off-by: Rouven Czerwinski --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index cb51e4a3c..d8fe05478 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -173,6 +173,7 @@ packages = [ ] [tool.setuptools_scm] +local_scheme = "no-local-version" [tool.pytest.ini_options] testpaths = [