Skip to content

Commit 53f5c44

Browse files
authored
[noup] github: workflow: Archive matter_testing wheel
Update the release tools workflow to include archiving the matter_testing wheel package
1 parent 51b36dd commit 53f5c44

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release_tools.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ jobs:
9898
python3 -m zipfile -c /tmp/output_binaries/python_matter_controller.zip \
9999
out/python_lib/controller/python/chip_clusters-0.0-py3-none-any.whl \
100100
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
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
102103
- name: Build arm64 CHIP Tool with debug logs enabled
103104
timeout-minutes: 10
104105
run: |

0 commit comments

Comments
 (0)