feat(pypi): mkPyPiWheelPublishMulti — publish all versions per tag (#197)
Single-version mkPyPiWheelPublish made consumers ship only the default
version per tag. Add a multi-version builder that loops over a fixed
{version,wheel} list (version parsed from the wheel filename, idempotent
409-skip), plus shared parity_pypi_post/parity_wheel_version helpers.
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
{
|
||||
mkParityBuilders = builders;
|
||||
mkPyPiWheelPublish = wrap "mkPyPiWheelPublish";
|
||||
mkPyPiWheelPublishMulti = wrap "mkPyPiWheelPublishMulti";
|
||||
mkS390xNpmPublish = wrap "mkS390xNpmPublish";
|
||||
mkGenericBinaryPublish = wrap "mkGenericBinaryPublish";
|
||||
mkNix2ContainerPublish = wrap "mkNix2ContainerPublish";
|
||||
|
||||
Reference in New Issue
Block a user