Update home-assistant/wheels to 2023.09.3 (#101165)

This commit is contained in:
Franck Nijhof 2023-09-30 21:17:49 +02:00 committed by GitHub
parent 42eb849cae
commit 25855a3ccb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,7 +99,7 @@ jobs:
name: requirements_diff name: requirements_diff
- name: Build wheels - name: Build wheels
uses: home-assistant/wheels@2023.09.1 uses: home-assistant/wheels@2023.09.3
with: with:
abi: ${{ matrix.abi }} abi: ${{ matrix.abi }}
tag: musllinux_1_2 tag: musllinux_1_2
@ -180,7 +180,7 @@ jobs:
sed -i "/numpy/d" homeassistant/package_constraints.txt sed -i "/numpy/d" homeassistant/package_constraints.txt
- name: Build wheels (part 1) - name: Build wheels (part 1)
uses: home-assistant/wheels@2023.09.1 uses: home-assistant/wheels@2023.09.3
with: with:
abi: ${{ matrix.abi }} abi: ${{ matrix.abi }}
tag: musllinux_1_2 tag: musllinux_1_2
@ -194,7 +194,7 @@ jobs:
requirements: "requirements_all.txtaa" requirements: "requirements_all.txtaa"
- name: Build wheels (part 2) - name: Build wheels (part 2)
uses: home-assistant/wheels@2023.09.1 uses: home-assistant/wheels@2023.09.3
with: with:
abi: ${{ matrix.abi }} abi: ${{ matrix.abi }}
tag: musllinux_1_2 tag: musllinux_1_2
@ -208,7 +208,7 @@ jobs:
requirements: "requirements_all.txtab" requirements: "requirements_all.txtab"
- name: Build wheels (part 3) - name: Build wheels (part 3)
uses: home-assistant/wheels@2023.09.1 uses: home-assistant/wheels@2023.09.3
with: with:
abi: ${{ matrix.abi }} abi: ${{ matrix.abi }}
tag: musllinux_1_2 tag: musllinux_1_2