Skip to content

Commit

Permalink
Upgrade twine to 5.1.1
Browse files Browse the repository at this point in the history
The pinned version of twine appears to be incompatible with the version
of importlib-metadata it pulls in transitively
( pypa/twine#977 )
Upgrade twine to 5.1.1 where this issue should be fixed.
  • Loading branch information
oyvindio committed Oct 3, 2024
1 parent aefeeea commit 8272c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

GENERIC_REQ = [
'GitPython==3.1.41',
"twine==4.0.2",
"twine==5.1.1",
"githubrelease==1.5.9",
]

Expand Down

0 comments on commit 8272c77

Please sign in to comment.