From 94aa292c9baaa5a51936f4738eb95d4c8bf1505c Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 6 Jul 2021 12:49:46 +0200 Subject: [PATCH] Wheels v2021.07.0 (#52580) --- .github/workflows/wheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 8e97c61194b..cce57401ea8 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -81,7 +81,7 @@ jobs: name: requirements_diff - name: Build wheels - uses: home-assistant/wheels@2021.06.0 + uses: home-assistant/wheels@2021.07.0 with: tag: ${{ matrix.tag }} arch: ${{ matrix.arch }} @@ -150,7 +150,7 @@ jobs: done - name: Build wheels - uses: home-assistant/wheels@2021.06.0 + uses: home-assistant/wheels@2021.07.0 with: tag: ${{ matrix.tag }} arch: ${{ matrix.arch }}