Skip to content

Commit 110e297

Browse files
authored
fix(dev): Pin hatchling to 1.29.0 (#533)
About an hour ago, a new version of our build system, Hatchling (1.30.0), was released. This sets the metadata-version to 2.5. But that version is not supported by Twine, our PyPI upload system. I haven't researched if there's a better option, but this should deal with the immediate problem. At the least, we should update Hatchling once Twine is able to handle 2.5.
1 parent d9d3375 commit 110e297

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["hatchling"]
2+
requires = ["hatchling==1.29.0"]
33
build-backend = "hatchling.build"
44

55
[project]

0 commit comments

Comments
 (0)