raulcd opened a new issue, #46691: URL: https://github.com/apache/arrow/issues/46691
### Describe the bug, including details regarding any error messages, version, and platform. Our nightly jobs for: - [wheel-manylinux-2014-cp313-cp313-amd64](https://github.com/ursacomputing/crossbow/actions/runs/15387735681/job/43289946849) - [wheel-manylinux-2014-cp313-cp313t-arm64](https://github.com/ursacomputing/crossbow/actions/runs/15387738195/job/43289963997) have started failing with a mismatch validating the uploaded artifact. There seems to be a difference between the name of the file for the uploaded artifact: ``` INFO:crossbow:Uploading asset `pyarrow-21.0.0.dev152-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl` with mimetype application/zip and size 42536300... ``` and the one we try to validate: ``` [PENDING] wheel-manylinux-2014-cp313-cp313-amd64 uploaded 0 / 1 └ https://github.com/ursacomputing/crossbow/actions/runs/15387735681/job/43289946849 pyarrow-21.0.0.dev152-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl [PENDING] ``` ```diff +pyarrow-21.0.0.dev152-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl -pyarrow-21.0.0.dev152-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl ``` ### Component(s) Continuous Integration, Packaging -- 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...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org