Skip to content

Commit

Permalink
chore: bump twine to fix KeyError (#23)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jirimoravcik authored Jul 4, 2024
1 parent a9a0bdc commit 54bf018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dev = [
"respx ~= 0.20.1",
"ruff ~= 0.1.13",
"setuptools >= 68.0.0",
"twine ~= 4.0.2",
"twine ~= 5.1.1",
]

[project.urls]
Expand Down

0 comments on commit 54bf018

Please sign in to comment.