From 70338da50efd6f5537fb8463ac42450bf7010e19 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Fri, 3 Sep 2021 11:22:41 +0200 Subject: [PATCH] Remove wheels for alpine 3.13 (#55650) --- .github/workflows/wheels.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 95f7f1fda4d..578cc024738 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -65,7 +65,6 @@ jobs: matrix: arch: ${{ fromJson(needs.init.outputs.architectures) }} tag: - - "3.9-alpine3.13" - "3.9-alpine3.14" steps: - name: Checkout the repository @@ -106,7 +105,6 @@ jobs: matrix: arch: ${{ fromJson(needs.init.outputs.architectures) }} tag: - - "3.9-alpine3.13" - "3.9-alpine3.14" steps: - name: Checkout the repository