home-assistant/wheels

RFC: Support Custom integration Wheels

pvizeli opened this issue · 0 comments

For Adding back the support to build wheels for custom integration it needs:

  • A flag trust
  • If that is set, we loop over the local wheel folder and remove all wheels that exist on the index
  • Make sure no build-in python modules name get uploaded (pathlib, asyncio)
  • Remove keys (like SSH) and restore them after the build or using a venv with different user