[CI/Build] increase wheel size limit to 200 MB (#5130)

This commit is contained in:
youkaichao 2024-05-30 06:29:48 -07:00 committed by GitHub
parent d910816c73
commit f758505c73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
import os
import zipfile
MAX_SIZE_MB = 150
MAX_SIZE_MB = 200
def print_top_10_largest_files(zip_file):