Unverified Commit f758505c authored by youkaichao's avatar youkaichao Committed by GitHub
Browse files

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

parent d910816c
import os
import zipfile
MAX_SIZE_MB = 150
MAX_SIZE_MB = 200
def print_top_10_largest_files(zip_file):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment