Skip to content

Commit

Permalink
Update wheels builder to 2022.06.4 (home-assistant#73628)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli authored Jun 17, 2022
1 parent ea21a36 commit 01ccf72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
done
- name: Build wheels
uses: home-assistant/[email protected].3
uses: home-assistant/[email protected].4
with:
abi: cp310
tag: musllinux_1_2
Expand Down Expand Up @@ -273,14 +273,14 @@ jobs:
done
- name: Build wheels
uses: home-assistant/[email protected].3
uses: home-assistant/[email protected].4
with:
abi: cp310
tag: musllinux_1_2
arch: ${{ matrix.arch }}
wheels-key: ${{ secrets.WHEELS_KEY }}
env-file: true
apk: "libexecinfo-dev;bluez-dev;libffi-dev;openssl-dev;glib-dev;eudev-dev;libxml2-dev;libxslt-dev;libpng-dev;libjpeg-turbo-dev;tiff-dev;cups-dev;gmp-dev;mpfr-dev;mpc1-dev;ffmpeg-dev;gammu-dev;yaml-dev;openblas-dev"
apk: "libexecinfo-dev;bluez-dev;libffi-dev;openssl-dev;glib-dev;eudev-dev;libxml2-dev;libxslt-dev;libpng-dev;libjpeg-turbo-dev;tiff-dev;cups-dev;gmp-dev;mpfr-dev;mpc1-dev;ffmpeg-dev;gammu-dev;yaml-dev;openblas-dev;fftw-dev;lapack-dev;gfortran"
skip-binary: aiohttp;grpcio
legacy: true
constraints: "homeassistant/package_constraints.txt"
Expand Down

0 comments on commit 01ccf72

Please sign in to comment.