1
0
mirror of https://github.com/esphome/esphome.git synced 2025-06-15 14:56:59 +02:00

Fix release to pypi (#8789)

This commit is contained in:
Jesse Hills 2025-05-14 16:35:30 +12:00
parent 4f2643e6e9
commit c050e8d0fb
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A

View File

@ -56,16 +56,14 @@ jobs:
uses: actions/setup-python@v5.6.0
with:
python-version: "3.x"
- name: Set up python environment
env:
ESPHOME_NO_VENV: 1
run: script/setup
- name: Build
run: |-
pip3 install build
python3 -m build
- name: Publish
uses: pypa/gh-action-pypi-publish@v1.12.4
with:
skip-existing: true
deploy-docker:
name: Build ESPHome ${{ matrix.platform.arch }}