Update PyPi wheel size limit. (#8150)

This commit is contained in:
Jiaming Yuan 2022-08-10 18:49:57 +08:00 committed by GitHub
parent 9ae547f994
commit 8fc60b31bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,4 +42,4 @@ with cd(dirname):
filesize = os.path.getsize(new_name) / 1024 / 1024 # MB
msg = f"Limit of wheel size set by PyPI is exceeded. {new_name}: {filesize}"
assert filesize <= 200, msg
assert filesize <= 300, msg