pydistcheck icon indicating copy to clipboard operation
pydistcheck copied to clipboard

[docs] Add notes about PyPI upload size limits to docs

Open jameslamb opened this issue 2 years ago • 1 comments

Learned today that PyPI enforces limits on size of uploaded distributions and that projects can request an increase:

  • https://github.com/pypi/support/issues/3151
  • https://github.com/pypi/support/issues/3145
  • https://github.com/pypi/support/issues?q=label%3A%22limit+request%22+is%3Aclosed

That should be included in the documentation, as the type of thing that pydistcheck can help to enforce in CI.

jameslamb avatar Sep 07 '23 17:09 jameslamb

and this: https://pypi.org/stats/

jameslamb avatar Mar 25 '24 01:03 jameslamb

added this one too: https://github.com/pandas-dev/pandas/issues/54466

jameslamb avatar May 28 '24 04:05 jameslamb