mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-12-10 16:52:15 -06:00
* Use unpublished local wheels during PR builds Refactor wheel building to use the new `local-wheels-repo-path` and move wheels building into a separate CI job. Wheels are only published on published (i.e. release or merged dev), for PR builds they are passed as artifacts to the build job instead. * Address review comments * Add trailing slash for wheels folder * Always run the changed_files check to ensure build_wheels runs on publish * Use full path for workflow and escape dots in changed files regexp