In pypa/twine#492, I discovered an issue where the doc builds started failing following the release of semantic-version 2.7. Pinning to <2.7 works around the issue. It's not obvious from the error message what the input is that's violating the expectation or what the correct fix might be. Twine's doc builds doesn't use semantic-version directly but instead relies on releases.
In pypa/twine#492, I discovered an issue where the doc builds started failing following the release of semantic-version 2.7. Pinning to
<2.7works around the issue. It's not obvious from the error message what the input is that's violating the expectation or what the correct fix might be. Twine's doc builds doesn't use semantic-version directly but instead relies on releases.