kevinjqliu commented on PR #2165: URL: https://github.com/apache/iceberg-rust/pull/2165#issuecomment-3942261833
weird, using `uv run` create the correct artifact name ``` ➜ uv run maturin build --out dist --sdist ... ➜ python git:(kevinjqliu/fix-whl-name-in-ci) ll dist total 89872 -rw-r--r--@ 1 kevinliu staff 44M Feb 22 18:58 pyiceberg_core-0.8.0-cp310-abi3-macosx_11_0_arm64.whl ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
