google / re2

RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

win32 wheel builds

adityagoel4512 opened this issue · comments

Would it be possible to add support for shipping win32 wheel builds in https://github.com/google/re2/blob/main/.github/workflows/python.yml?

I'm happy to provide a PR but any Bazel pointers would be appreciated.

That should be pretty straightforward, I think. I'm going to make a couple of tweaks to the workflow as well.

Just to be clear, some bits might have rotted since November, but I wouldn't be releasing google-re2 1.1 before tagging the 2023-08-01 release anyway, so I have a couple more days to sort things out...

All good, thank you.

After shaving various yaks (including pybind/pybind11_bazel@ff261d2), I believe that things are ready for next week...

Thanks again!