@@ -182,7 +182,7 @@ jobs:
182
182
strategy :
183
183
matrix :
184
184
arch :
185
- - name : aarch64
185
+ - name : arm64
186
186
runner : macos-14
187
187
188
188
runs-on : ${{ matrix.arch.runner }}
@@ -228,13 +228,13 @@ jobs:
228
228
chip_minmdns_default_policy=\"libnl\" \
229
229
chip_python_version=\"${{ needs.build_prepare.outputs.version }}\" \
230
230
chip_python_package_prefix=\"home-assistant-chip\" \
231
- chip_python_platform_tag=\"manylinux_2_31 \" \
231
+ chip_python_platform_tag=\"macosx_14_0 \" \
232
232
chip_code_pre_generated_directory=\"$(pwd)/zzz_pregenerated\" \
233
233
"
234
234
scripts/run_in_build_env.sh "ninja -C ./out chip-repl"
235
235
- name : Run Python library specific unit tests
236
236
run : |
237
- scripts/run_in_build_env.sh 'pip3 install ./out/controller/python/home_assistant_chip_core-${{ needs.build_prepare.outputs.version }}-cp37-abi3-manylinux_2_31_ ${{ matrix.arch.name }}.whl'
237
+ scripts/run_in_build_env.sh 'pip3 install ./out/controller/python/home_assistant_chip_core-${{ needs.build_prepare.outputs.version }}-cp37-abi3-macosx_14_0_ ${{ matrix.arch.name }}.whl'
238
238
scripts/run_in_build_env.sh 'pip3 install ./out/controller/python/home_assistant_chip_clusters-${{ needs.build_prepare.outputs.version }}-py3-none-any.whl'
239
239
scripts/run_in_build_env.sh 'pip3 install ./out/controller/python/home_assistant_chip_repl-${{ needs.build_prepare.outputs.version }}-py3-none-any.whl'
240
240
scripts/run_in_build_env.sh '(cd src/controller/python/test/unit_tests/ && python3 -m unittest -v)'
@@ -256,7 +256,7 @@ jobs:
256
256
TWINE_REPOSITORY : " pypi"
257
257
run : |
258
258
python3 -m pip install twine build
259
- python3 -m twine upload out/controller/python/home_assistant_chip_core-${{ needs.build_prepare.outputs.version }}-cp37-abi3-manylinux_2_31_ ${{ matrix.arch.name }}.whl --skip-existing
259
+ python3 -m twine upload out/controller/python/home_assistant_chip_core-${{ needs.build_prepare.outputs.version }}-cp37-abi3-macosx_14_0_ ${{ matrix.arch.name }}.whl --skip-existing
260
260
- name : Upload wheels to Test PyPI
261
261
if : ${{ github.ref == 'refs/heads/main' }}
262
262
env :
@@ -265,4 +265,4 @@ jobs:
265
265
TWINE_REPOSITORY : " testpypi"
266
266
run : |
267
267
python3 -m pip install twine build
268
- python3 -m twine upload out/controller/python/home_assistant_chip_core-${{ needs.build_prepare.outputs.version }}-cp37-abi3-manylinux_2_31_ ${{ matrix.arch.name }}.whl --skip-existing
268
+ python3 -m twine upload out/controller/python/home_assistant_chip_core-${{ needs.build_prepare.outputs.version }}-cp37-abi3-macosx_14_0_ ${{ matrix.arch.name }}.whl --skip-existing
0 commit comments