Skip to content

Commit 6d3dfee

Browse files
authored
Merge branch 'main' into tranquility2/upgrade-twine-metadata-2.5
2 parents 2f43996 + f916bc1 commit 6d3dfee

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,9 @@ dev = [
166166

167167
# ---------- Hatchling build configuration ----------
168168
[build-system]
169-
requires = ["hatchling"]
169+
# hatchling>=1.32 emits Metadata-Version 2.5, which the pinned twine version
170+
# does not yet recognize as valid (https://github.com/pypa/twine/issues/1327).
171+
requires = ["hatchling>=1.26,<1.32"]
170172
build-backend = "hatchling.build"
171173

172174
[tool.hatch.build]

uv.lock

Lines changed: 6 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)