prql icon indicating copy to clipboard operation
prql copied to clipboard

build: Add wheel `task`, use in CI

Open max-sixty opened this issue 2 years ago • 2 comments

This lets us build & test locally

max-sixty avatar Jan 24 '23 08:01 max-sixty

Thanks for reviewing — I should probably either finish this or merge it, sorry for leaving it hanging for so long...

max-sixty avatar Jun 20 '23 19:06 max-sixty

Note to future self (or if someone else finishes this) — we should add the ability to use maturin develop, since that installs the python package in a single step.

CI etc uses maturin build + pip install, which is a more complete installation path and better simulates how it'll be used, but requires an extra step + a path change

max-sixty avatar Jan 10 '24 20:01 max-sixty

Most of this was added in a separate PR

max-sixty avatar May 19 '24 01:05 max-sixty