File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -112,11 +112,15 @@ jobs:
112
112
run : |
113
113
python3 -m pip install twine build
114
114
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
115
117
- name : Upload wheels to Test PyPI
116
118
env :
117
119
TWINE_USERNAME : " __token__"
118
120
TWINE_PASSWORD : ${{ secrets.TWINE_TOKEN_TESTPYPI }}
119
121
TWINE_REPOSITORY : " testpypi"
120
122
run : |
121
123
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
You can’t perform that action at this time.
0 commit comments