We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc08424 commit 0bdf856Copy full SHA for 0bdf856
.github/workflows/build.yaml
@@ -123,6 +123,7 @@ jobs:
123
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
124
python3 -m twine upload out/controller/python/home_assistant_chip_repl-${{ needs.build_prepare.outputs.version }}-py3-none-any.whl --skip-existing
125
- name: Upload wheels to Test PyPI
126
+ if: ${{ github.ref == 'refs/heads/main' }}
127
env:
128
TWINE_USERNAME: "__token__"
129
TWINE_PASSWORD: ${{ secrets.TWINE_TOKEN_TESTPYPI }}
0 commit comments