Release Action: Pin GitPython - #472
Conversation
BryonLewis
left a comment
There was a problem hiding this comment.
I think this is fine for now. I would watch the issue on python-semantic-release: python-semantic-release/python-semantic-release#1476
Looks like there is a PR an fix already so an upgrade to it in the future should prevent needing to pin GitPython. Although I'm not sure if the new fix of just directly recreating that regular expression avoids the fundamental reason why it was removed in GitPython.
|
Yeah with the creation of that PR in |
|
GitPython released 3.1.61 this morning, which brings back (but deprecates) |
Addresses this CI failure.
GitPython just released 3.1.60, which includes a breaking change with the removal of
Actor.name_email_regex, which is needed by python semantic release. (This commit has the change).This PR pins GitPython to 3.1.59 in the release action.