File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -96,10 +96,10 @@ jobs:
9696 run : |
9797 scripts/build_python.sh --enable_ble true --chip_detail_logging true --chip_mdns platform --enable_wifi_paf true
9898 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 \
102- out/python_lib/python/obj/src/python_testing/matter_testing_infrastructure/chip-testing ._build_wheel/*.whl
99+ out/python_lib/controller/python/matter* .whl \
100+ out/python_lib/python/obj/scripts/py_matter_yamltests/matter-yamltests._build_wheel/matter_yamltests-* .whl \
101+ out/python_lib/obj/src/python_testing/matter_testing_infrastructure/matter-testing ._build_wheel/matter_testing- *.whl \
102+ out/python_lib/python/obj/scripts/py_matter_idl/matter-idl ._build_wheel/matter_idl- *.whl
103103 - name : Build arm64 CHIP Tool with debug logs enabled
104104 timeout-minutes : 10
105105 run : |
You can’t perform that action at this time.
0 commit comments