We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f2863a commit 96e6497Copy full SHA for 96e6497
pyproject.toml
@@ -1,5 +1,11 @@
1
[build-system]
2
-requires = ["hatchling", "hatch-vcs"]
+# Pin hatchling 1.26 to keep metadata 2.3
3
+# The hynek/build-and-inspect-python-package action is pinned at 2.8,
4
+# which in turn pins a twine that rejects 2.4.
5
+# Until uv build fixes a problem with its tar library, we're stuck here.
6
+# https://github.com/hynek/build-and-inspect-python-package/issues/155
7
+# https://github.com/astral-sh/uv/issues/5450
8
+requires = ["hatchling~=1.26.3", "hatch-vcs"]
9
build-backend = "hatchling.build"
10
11
[project]
0 commit comments