Skip to content

Commit 54bf018

Browse files
authored
chore: bump twine to fix KeyError (#23)
It seems that `twine` has problems because of dependency on `importlib-metadata`, hopefully `5.1.1` will fix it, see https://stackoverflow.com/a/78694674
1 parent a9a0bdc commit 54bf018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dev = [
4343
"respx ~= 0.20.1",
4444
"ruff ~= 0.1.13",
4545
"setuptools >= 68.0.0",
46-
"twine ~= 4.0.2",
46+
"twine ~= 5.1.1",
4747
]
4848

4949
[project.urls]

0 commit comments

Comments
 (0)