Hyundai-Kia-Connect / hyundai_kia_connect_api

This is a Kia UVO and Hyundai Bluelink written in python. It is primary consumed by home assistant. If you are looking for a home assistant Kia / Hyundai implementation please look here: https://github.com/Hyundai-Kia-Connect/kia_uvo. Much of this base code came from reading bluelinky and contributions to the kia_uvo home assistant project.
MIT License
123 stars 71 forks source link

requirements import causes build to fail #316

Closed cdnninja closed 1 year ago

cdnninja commented 1 year ago

Release doesn't run due to the requirements change:

https://github.com/Hyundai-Kia-Connect/hyundai_kia_connect_api/actions/runs/4645478713

I reverted it for now.

cdnninja commented 1 year ago

@fhempy can you take a look? I had to revert your change to get builds working. I reverted as was urgent with the other region issues.

fhempy commented 1 year ago

Thanks for mentioning!

It's strange that it couldn't find the requirements.txt file when building the wheel package. I couldn't find a quick solution, but I will look into the details in the next few days.

cdnninja commented 1 year ago

Yes I looked at fixing it but couldn't understand the issue. The setup file references the readme in the same location no issue.