https://delta.io logo
w

Will Jones

04/20/2023, 5:27 PM
I had a similar idea for Python: every two weeks, we cut a pre-release version and upload to PyPI (but only if there hasn’t been a formal release in the past week). This wouldn’t increment the version, but would just have a
.devXXXX
suffix. This is similar to how DuckDB operates, and it nice because folks can try out new features and fixes without having to build the packages themselves. https://pypi.org/project/duckdb/#history This should be completely automated and require no manual intervention (unless there is a CI failure)
👍 6
j

Jim Hibbard

04/21/2023, 6:02 PM
I love this idea! Building a package can definitely be that extra headache that makes you decide just to wait for an official release. I'm way more likely to play with dev releases if they're already built for me 😁💡