Fokko commented on code in PR #1599: URL: https://github.com/apache/iceberg-python/pull/1599#discussion_r1938854065
########## .github/workflows/python-release.yml: ########## @@ -147,23 +147,23 @@ jobs: run: python3 -m poetry build --format=sdist if: startsWith(matrix.os, 'ubuntu') + - uses: astral-sh/setup-uv@v4 # required to use `uv` in cibuildwheel + Review Comment: I'm a bit reluctant to only use `uv` just for building the wheels. I'd be in favor of replacing Poetry with uv first and see if that's possible. I'm hearing a lot of good stuff about uv, bit some blogs also suggest that [it is still lacking](https://www.loopwerk.io/articles/2024/python-poetry-vs-uv/) some functionality. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org