darvid / python-hyperscan

🐍 A CPython extension for the Hyperscan regular expression matching library.
https://python-hyperscan.readthedocs.io/en/latest/
MIT License
165 stars 28 forks source link

fix: :bug: :ferris_wheel: go back to python-semantic-release (sigh) #124

Closed darvid closed 5 months ago

deronnax commented 5 months ago

revert of #122

deronnax commented 5 months ago

And now the counter part question: why this revert, finally? Because generating so many various wheels with semantic release turned out to be to difficult and python-semantic-release was actually better suited for this task?

darvid commented 5 months ago

yep. see the result of this workflow run; it seems difficult/not well supported to run semantic-release without it trying to build the project. could be sunk cost fallacy at this point, but at least python-semantic-release has the no build + noop + dry run options.

deronnax commented 5 months ago

Thank you for these clear and thorough explanations 🙂