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:
parent
4f2643e6e9
commit
c050e8d0fb
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user