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

ci: :ferris_wheel: fix macOS CI (restore build deps cache) #116

Closed darvid closed 7 months ago

naikaayushnz commented 7 months ago

Looks like cp linux builds are stuck https://github.com/darvid/python-hyperscan/actions/runs/7736342623

naikaayushnz commented 7 months ago

Hi @darvid, apologies for bugging you The release was skipped for this PR merge, so the releases don't have the linux cp arm wheels

darvid commented 7 months ago

@naikaayushnz yeah sorry, evidently python-semantic-release doesn't have an option to ignore existing release artifacts when publishing to GH so I had to delete the GH release manually and re-run.

all wheels should be up on both github and pypi now. let me know if you have any other issues!

naikaayushnz commented 7 months ago

Perfect! @darvid Thank you very much! Really appreciate this! I've been trying to compile this using vectorscan for months now!