psf / fundable-packaging-improvements

Packaging improvements that could be funded

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Package preview feature for PyPI

xmunoz opened this issue · comments

Right now, there are ways for package maintainers to test and share draft versions of their upcoming releases, but they cause friction and confusion. So we want to add staged releases -- a temporary state that a release can be in, where PyPI has it and can evaluate it, but hasn't published it yet.

This will:

We'll need database support for understanding the release state ("is this published or not"), user experience and developer support, and testing, security, infrastructure, and project management support.

Looks like there is already a PR open for this, so maybe not a great candidate for funding: pypi/warehouse#8941