From c56387c5ddc9e817ce14e229e51a5184c60a23f0 Mon Sep 17 00:00:00 2001 From: Nan Xiao Date: Tue, 24 Dec 2024 18:04:31 -0500 Subject: [PATCH] Use hatchling 1.26.3 to work around rye publish error --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0dbc2c3..8fdedb6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ Issues = "https://github.com/nanxstats/tinytopics/issues" Changelog = "https://github.com/nanxstats/tinytopics/blob/main/CHANGELOG.md" [build-system] -requires = ["hatchling"] +requires = ["hatchling==1.26.3"] # build-backend = "hatchling.build" [tool.rye]