We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51b36dd commit 53f5c44Copy full SHA for 53f5c44
.github/workflows/release_tools.yaml
@@ -98,7 +98,8 @@ jobs:
98
python3 -m zipfile -c /tmp/output_binaries/python_matter_controller.zip \
99
out/python_lib/controller/python/chip_clusters-0.0-py3-none-any.whl \
100
out/python_lib/controller/python/chip_core-0.0-cp37-abi3-linux_x86_64.whl \
101
- out/python_lib/obj/scripts/matter_yamltests_distribution._build_wheel/*.whl
+ out/python_lib/obj/scripts/matter_yamltests_distribution._build_wheel/*.whl \
102
+ out/python_lib/python/obj/src/python_testing/matter_testing_infrastructure/chip-testing._build_wheel/*.whl
103
- name: Build arm64 CHIP Tool with debug logs enabled
104
timeout-minutes: 10
105
run: |
0 commit comments