From 3a446e769bd9720a17370a243952547a2a6b5fd2 Mon Sep 17 00:00:00 2001 From: Alexandre Brito Date: Wed, 20 Dec 2023 11:49:35 -0300 Subject: [PATCH] ci: added local dirty-tag to dev releases --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 3d47a43..43b8bef 100644 --- a/setup.cfg +++ b/setup.cfg @@ -24,4 +24,5 @@ install_requires = enma = *.txt, *.rst, *.md [tool.setuptools_scm] -write_to = enma/_version.py \ No newline at end of file +write_to = enma/_version.py +local_scheme = "dirty-tag" \ No newline at end of file