Skip to content

Commit 7963a38

Browse files
committed
Upload chip-core and chip-repl as well
1 parent f7927ec commit 7963a38

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,15 @@ jobs:
112112
run: |
113113
python3 -m pip install twine build
114114
python3 -m twine upload out/controller/python/home_assistant_chip_clusters-${{ needs.build_prepare.outputs.version }}-py3-none-any.whl --skip-existing
115+
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
116+
python3 -m twine upload out/controller/python/home_assistant_chip_repl-${{ needs.build_prepare.outputs.version }}-py3-none-any.whl --skip-existing
115117
- name: Upload wheels to Test PyPI
116118
env:
117119
TWINE_USERNAME: "__token__"
118120
TWINE_PASSWORD: ${{ secrets.TWINE_TOKEN_TESTPYPI }}
119121
TWINE_REPOSITORY: "testpypi"
120122
run: |
121123
python3 -m pip install twine build
122-
python3 -m twine upload out/controller/python/*.whl --skip-existing
124+
python3 -m twine upload out/controller/python/home_assistant_chip_clusters-${{ needs.build_prepare.outputs.version }}-py3-none-any.whl --skip-existing
125+
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
126+
python3 -m twine upload out/controller/python/home_assistant_chip_repl-${{ needs.build_prepare.outputs.version }}-py3-none-any.whl --skip-existing

0 commit comments

Comments
 (0)