From 61c032c2a220b31fbc7d07fbdb2d1bab91478fa2 Mon Sep 17 00:00:00 2001 From: Viacheslav Bocharov Date: Wed, 11 Oct 2023 13:40:36 +0300 Subject: [PATCH] JH: refix for tag --- .github/workflows/jh-publish.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/jh-publish.yml b/.github/workflows/jh-publish.yml index 85d84032..ff6ff2e5 100644 --- a/.github/workflows/jh-publish.yml +++ b/.github/workflows/jh-publish.yml @@ -14,16 +14,13 @@ jobs: strategy: fail-fast: False matrix: - abi: ["cp311", "cp312"] + abi: ["cp311"] tag: ["musllinux_1_2"] arch: ["aarch64", "armhf", "armv7", "amd64", "i386"] include: - abi: cp311 tag: musllinux_1_2 base: 3.11-alpine3.18 - - abi: cp312 - tag: musllinux_1_2 - base: 3.12-alpine3.18 steps: - name: Checkout the repository uses: actions/checkout@v4.1.0