-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Description
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: #4611 and I am willing to implement this if that issue has gone stale
Metadata
Metadata
Assignees
Labels
No labels