raulcd opened a new issue, #49822: URL: https://github.com/apache/arrow/issues/49822
### Describe the bug, including details regarding any error messages, version, and platform. Trying to upload wheels to PyPI fails with: ``` INFO Response from https://upload.pypi.org/legacy/: 400 Bad Request INFO <html> <head> <title>400 Project size too large. Limit for project 'pyarrow' total size is 40 GB. See https://docs.pypi.org/project-management/storage-limits#requesting-a-project-size-limit-increase</title> </head> <body> <h1>400 Project size too large. Limit for project 'pyarrow' total size is 40 GB. See https://docs.pypi.org/project-management/storage-limits#requesting-a-project-size-limit-increase</h1> The server could not comply with the request since it is either malformed or otherwise incorrect.<br/><br/> Project size too large. Limit for project 'pyarrow' total size is 40 GB. See https://docs.pypi.org/project-management/storage-limits#requesting-a-project-size-limit-increase </body> </html> ERROR HTTPError: 400 Bad Request from https://upload.pypi.org/legacy/ Bad Request ``` I've requested a quota increase here: - https://github.com/pypi/support/issues/10331 In the interim we have only a couple of wheels uploaded to PyPI for 24.0.0: https://pypi.org/project/pyarrow/24.0.0/#files ### Component(s) Python, Release -- 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]
