mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-12-10 00:39:22 -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
25 lines
220 B
Plaintext
25 lines
220 B
Plaintext
# General files
|
|
.git
|
|
.github
|
|
.gitkeep
|
|
.devcontainer
|
|
.vscode
|
|
|
|
# Test related files
|
|
.tox
|
|
|
|
# Temporary files
|
|
**/__pycache__
|
|
.pytest_cache
|
|
|
|
# virtualenv
|
|
venv/
|
|
|
|
# Data
|
|
home-assistant-polymer/
|
|
script/
|
|
tests/
|
|
|
|
# Test ENV
|
|
data/
|