psf / fundable-packaging-improvements

Packaging improvements that could be funded
51 stars 19 forks source link

Package preview feature for PyPI #32

Open xmunoz opened 3 years ago

xmunoz commented 3 years ago

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.

xmunoz commented 3 years ago

Looks like there is already a PR open for this, so maybe not a great candidate for funding: https://github.com/pypa/warehouse/pull/8941