You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How am I supposed to upload large packages? Where is this limit documented?
(env)~/Projects/lambda-packages $ twine upload dist/lambda_packages-0.17*
Uploading distributions to https://upload.pypi.org/legacy/
Uploading lambda_packages-0.17.0-py2-none-any.whl
HTTPError: 400 Client Error: File too large. for url: https://upload.pypi.org/legacy/
This error or similar happens if I use any of: repository: https://pypi.python.org/pypi, repository: https://upload.pypi.org/legacy/, or no entry for repository.
Currently, I am unable to update the lambda-packages project because of this undocumented limitation, which is extremely annoying to my users and myself.
The wheel is 129M, the tarball is 69M. This doesn't seem unreasonably large.
How am I supposed to upload large packages? Where is this limit documented?
This error or similar happens if I use any of:
repository: https://pypi.python.org/pypi
,repository: https://upload.pypi.org/legacy/
, or no entry forrepository
.Currently, I am unable to update the lambda-packages project because of this undocumented limitation, which is extremely annoying to my users and myself.
The wheel is 129M, the tarball is 69M. This doesn't seem unreasonably large.
Related:
#2342
Miserlou/lambda-packages#61
The text was updated successfully, but these errors were encountered: