Skip to content

Commit c6f37bf

Browse files
authored
Merge pull request #1380 from chrysle/warn-exceed-pypi-project-size
Warn of exceeding PyPI project size limit in GHA guide
2 parents 5e14a51 + ff9926f commit c6f37bf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

source/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,14 @@ And it'll publish any push to TestPyPI which is useful for
219219
providing test builds to your alpha users as well as making
220220
sure that your release pipeline remains healthy!
221221

222+
.. attention::
223+
224+
If your repository has frequent commit activity and every push is uploaded
225+
to TestPyPI as described, the project might exceed the
226+
`PyPI project size limit <https://pypi.org/help/#project-size-limit>`_.
227+
The limit could be increased, but a better solution may constitute to
228+
use a PyPI-compatible server like :ref:`pypiserver` in the CI for testing purposes.
229+
222230
.. note::
223231

224232
It is recommended to keep the integrated GitHub Actions at their latest

0 commit comments

Comments
 (0)