-
Notifications
You must be signed in to change notification settings - Fork 575
Description
I saw some issues regarding this, but opted to create a new sort of umbrella one. This is basically about all binary wheels.
We are using PyYAML in dvc, where we support all non-dead Python versions, e.g. 2.7, 3.5, 3.6, 3.7, 3.8. We might ignore 2.7 as it ends soon, but not the other ones. We need wheels because we try to make install as easy as possible, while still making it parse yaml fast.
Wheels for all Python/OS combination could be built and deployed using Travis, this is what we do and here are travis docs on this. Setting up travis will solve the wheels issue once and for all.
So what do you think about it? I don't want this to become an another +1 issue :). If this is what you are willing to add then we are willing to help/provide a PR.