[build] relax wheel size limit (#6704)

This commit is contained in:
youkaichao 2024-07-23 14:03:49 -07:00 committed by GitHub
parent 1bedf210e3
commit 72fc704803
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 = 200
MAX_SIZE_MB = 250
def print_top_10_largest_files(zip_file):