Skip to content

Commit 56487e1

Browse files
committed
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 <[email protected]>
1 parent 1686875 commit 56487e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ packages = [
173173
]
174174

175175
[tool.setuptools_scm]
176+
local_scheme = "no-local-version"
176177

177178
[tool.pytest.ini_options]
178179
testpaths = [

0 commit comments

Comments
 (0)