From 95f8d5889e8f4ffa751b1d905d20df1a8d164221 Mon Sep 17 00:00:00 2001 From: Paul Norman Date: Sat, 16 Dec 2023 18:52:37 -0800 Subject: [PATCH] Don't use local versions with hatch-vcs --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index fe2a9bd..4e4cec6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,10 @@ build-backend = "hatchling.build" [tool.hatch.version] source = "vcs" +# Allows pypi uploads. ref: https://github.com/ofek/hatch-vcs/discussions/12 +[tool.hatch.version.raw-options] +local_scheme = "no-local-version" + [project] name = "tilekiln" dynamic = ["version"]