mre / hyperjson

🐍 A hyper-fast Python module for reading/writing JSON data using Rust's serde-json.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CI for build and test

wdv4758h opened this issue · comments

hyperjson should have CI too, I know the most of the deails are in pyo3 or serde-json, but we still need to make sure the wrapper around them are passing the test cases.

And we can prebuilt the wheel by CI, support multiple platforms.

Hey @wdv4758h,
you're absolutely right. Do you want to work on that and send me a pull request?

CI support was done in #6 and subsequent commits. Thanks everyone.