diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 757ebe1f..d769c717 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -43,7 +43,7 @@ jobs: fail-fast: false matrix: arch: ["aarch64", "armhf", "armv7", "amd64", "i386"] - abi: ["cp310", "cp311"] + abi: ["cp311"] steps: - name: Check out code from GitHub @@ -70,7 +70,7 @@ jobs: touch .env_file - name: Build wheels - uses: home-assistant/wheels@2023.04.0 + uses: home-assistant/wheels@2023.09.1 with: abi: ${{ matrix.abi }} tag: musllinux_1_2