From 46aca71b9d0b5631f4fa1e9ecdbeb6e93a52572c Mon Sep 17 00:00:00 2001 From: Viacheslav Bocharov Date: Tue, 3 Oct 2023 14:13:49 +0300 Subject: [PATCH] Drop cp310 as dropped in wheels (https://github.com/home-assistant/wheels/pull/594) --- .github/workflows/builder.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index a9c35a954..06f24338f 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -59,17 +59,6 @@ jobs: echo "changed=true" >> $GITHUB_OUTPUT fi - - name: Build wheels - uses: home-assistant/wheels@2023.10.1 - if: steps.requirements.outputs.changed == 'true' - with: - tag: musllinux_1_2 - abi: cp310 - arch: ${{ matrix.arch }} - wheels-key: ${{ secrets.WHEELS_KEY }} - apk: "mariadb-dev;postgresql-dev;libffi-dev" - requirements: "requirements.txt" - - name: Build wheels cp311 uses: home-assistant/wheels@2023.10.1 if: steps.requirements.outputs.changed == 'true'