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

pypi don't have py3.9 whl release and tar.gz with source code #96

Open betterlch opened 1 year ago

betterlch commented 1 year ago

Hi, here is some small problams:

  1. pypi don't have cp3.9 whl release.
  2. pypi don't have tar.gz with source code for build. (so build from git clone maybe better)

Thanks for your time.

marcorosa commented 10 months ago

Also, releases of v0.5 and v0.6 on github are missing

deronnax commented 9 months ago

Hello. I confirm that there are sdist releases on PYPI, so if your platform is not the one the release wheel (and given there few wheels, it will happen to a lot of people), you just can't install recent version of python-hyperscan. Enabling and pushing the sdist to PYPI should be a breeze. Could this be done, @darvid? Thank you in advance 🙏