pyproject: don't use local version for test pypi

This commit is contained in:
Aleix Conchillo Flaqué
2024-04-05 07:51:52 -07:00
parent 4263827ee8
commit 2654ca1f62
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -3,6 +3,7 @@ env/
__pycache__/ __pycache__/
*~ *~
venv venv
.venv
#*# #*#
# Distribution / packaging # Distribution / packaging

View File

@@ -51,4 +51,4 @@ where = ["src"]
pythonpath = ["src"] pythonpath = ["src"]
[tool.setuptools_scm] [tool.setuptools_scm]
# Empty local_scheme = "no-local-version"