kevinjqliu opened a new issue, #1837: URL: https://github.com/apache/iceberg-rust/issues/1837
### Apache Iceberg Rust version None ### Describe the bug pyiceberg-core nightly has been broken since 11/3 https://github.com/apache/iceberg-rust/actions/workflows/release_python_nightly.yml https://test.pypi.org/project/pyiceberg-core we finally found the underlying issue which is due to the size of the files ``` Uploading pyiceberg_core-0.7.0.dev20251111175828-cp39-abi3-macosx_10_12_x86_64.macosx_11_0 _arm64.macosx_10_12_universal2.whl INFO Response from https://test.pypi.org/legacy/: 400 Bad Request INFO <html> <head> <title>400 Project size too large. Limit for project 'pyiceberg-core' total size is 10 GB. See https://docs.pypi.org/project-management/storage-limits#requesting-a-pr oject-size-limit-increase</title> </head> <body> <h1>400 Project size too large. Limit for project 'pyiceberg-core' total size is 10 GB. See https://docs.pypi.org/project-management/storage-limits#requesting-a-pr oject-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 'pyiceberg-core' total size is 10 GB. See https://docs.pypi.org/project-management/storage-limits#requesting-a-pr oject-size-limit-increase </body> </html> ERROR HTTPError: 400 Bad Request from https://test.pypi.org/legacy/ Bad Request ``` ### To Reproduce _No response_ ### Expected behavior _No response_ ### Willingness to contribute None -- 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]
