raulcd opened a new issue, #47932: URL: https://github.com/apache/arrow/issues/47932
### Describe the bug, including details regarding any error messages, version, and platform. When releasing Arrow 22.0.0 and uploading to PyPI, I have been able to release the wheels but PyPI is rejecting our source distribution due to the following error: ``` Uploading pyarrow-22.0.0.tar.gz 100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB • 00:00 • 140.0 MB/s WARNING Error during upload. Retry with the --verbose option for more details. ERROR HTTPError: 400 Bad Request from https://upload.pypi.org/legacy/ License-File LICENSE.txt does not exist in distribution file pyarrow-22.0.0.tar.gz at pyarrow-22.0.0/LICENSE.txt ``` The `LICENSE.txt` file is indeed not there but I've checked pyarrow-21.0.0 and is also not there: https://pypi.org/project/pyarrow/21.0.0/#pyarrow-21.0.0.tar.gz PyPI seems to have implemented some changes to include those checks. ### Component(s) Release, Python -- 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]
