Skip to content

Commit

Permalink
Update Home Assistant Wheels action to 2024.07.0 (#121552)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Jul 8, 2024
1 parent b754f03 commit 71300b1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
name: requirements_diff

- name: Build wheels
uses: home-assistant/wheels@2024.01.0
uses: home-assistant/wheels@2024.07.0
with:
abi: ${{ matrix.abi }}
tag: musllinux_1_2
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
sed -i "/numpy/d" homeassistant/package_constraints.txt
- name: Build wheels (old cython)
uses: home-assistant/wheels@2024.01.0
uses: home-assistant/wheels@2024.07.0
with:
abi: ${{ matrix.abi }}
tag: musllinux_1_2
Expand All @@ -218,7 +218,7 @@ jobs:
pip: "'cython<3'"

- name: Build wheels (part 1)
uses: home-assistant/wheels@2024.01.0
uses: home-assistant/wheels@2024.07.0
with:
abi: ${{ matrix.abi }}
tag: musllinux_1_2
Expand All @@ -232,7 +232,7 @@ jobs:
requirements: "requirements_all.txtaa"

- name: Build wheels (part 2)
uses: home-assistant/wheels@2024.01.0
uses: home-assistant/wheels@2024.07.0
with:
abi: ${{ matrix.abi }}
tag: musllinux_1_2
Expand All @@ -246,7 +246,7 @@ jobs:
requirements: "requirements_all.txtab"

- name: Build wheels (part 3)
uses: home-assistant/wheels@2024.01.0
uses: home-assistant/wheels@2024.07.0
with:
abi: ${{ matrix.abi }}
tag: musllinux_1_2
Expand Down

0 comments on commit 71300b1

Please sign in to comment.