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

[build] relax wheel size limit (#6704)

parent 1bedf210
import os
import zipfile
MAX_SIZE_MB = 200
MAX_SIZE_MB = 250
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