black icon indicating copy to clipboard operation
black copied to clipboard

Release workflow: Atomic PyPI pushing?

Open onerandomusername opened this issue 1 month ago • 1 comments

As of now, each individual wheel is pushed to PyPI seperately. This means if CI fails on whatever wheel when making a PyPI release, the release will be incomplete.

These should follow best practices and construct all of the wheels to artifacts, before downloading the whole bunch and pushing to pypi in one swoop.

Ideally, this should also be gated with docker publish (but not build) and any other release artifacts that are created, in order to make sure releases are fully atomic.

half reference: https://github.com/psf/black/pull/4611 and I am willing to implement this if that issue has gone stale

onerandomusername avatar Nov 10 '25 08:11 onerandomusername

Give me assistance, as I am interested in solving this issue and having the participants resolve the problem. @amyreese

motalib-code avatar Nov 24 '25 14:11 motalib-code