diff --git a/.github/workflows/container_builds_weekly.yml b/.github/workflows/container_builds_weekly.yml index 1ada33e6e..8af97d6cb 100644 --- a/.github/workflows/container_builds_weekly.yml +++ b/.github/workflows/container_builds_weekly.yml @@ -32,7 +32,7 @@ jobs: template: "manylinux" type: "2014" arch: "x86_64" - py_minors: "8 9 10 11" + py_minors: "8 9 10 11 12" - system: "manylinux" template: "manylinux_x_y" type: "_2_28" @@ -47,12 +47,7 @@ jobs: template: "musllinux" type: "_1_2" arch: "x86_64" - py_minors: "8 9" - - system: "musllinux" - template: "musllinux" - type: "_1_2" - arch: "x86_64" - py_minors: "10 11 12" + py_minors: "8 9 10 11" # 32-bit linux - system: "manylinux" @@ -64,22 +59,17 @@ jobs: template: "manylinux" type: "2014" arch: "i686" - py_minors: "8 9" + py_minors: "8 9 10 11 12" - system: "musllinux" template: "musllinux" type: "_1_1" arch: "i686" - py_minors: "8 9" - - system: "musllinux" - template: "musllinux" - type: "_1_2" - arch: "i686" - py_minors: "8 9" + py_minors: "8 9 10 11" - system: "musllinux" template: "musllinux" type: "_1_2" arch: "i686" - py_minors: "10 11 12" + py_minors: "8 9 10 11" steps: - name: Checkout repository