At the moment, I'm only building one wheel which embeds DLLs of all supported OS targets and chooses the DLL to use at runtime, I need to figure out how to build per OS target wheel that only includes the DLL for that specific OS target and result in a must smaller wheel.
At the moment, I'm only building one wheel which embeds DLLs of all supported OS targets and chooses the DLL to use at runtime, I need to figure out how to build per OS target wheel that only includes the DLL for that specific OS target and result in a must smaller wheel.