From b93c2ff1d22f8dec91f9a5e00933de349ea0361a Mon Sep 17 00:00:00 2001 From: MatthieuDartiailh Date: Sun, 27 Oct 2024 16:06:47 +0100 Subject: [PATCH 1/2] ci: update python versions for which we build wheels --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9cecdb41..afd919be 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: strategy: matrix: os: [windows-latest, ubuntu-latest, macos-latest] - python: [38, 39, 310, 311, 312, 313] + python: [310, 311, 312, 313] steps: - name: Checkout uses: actions/checkout@v4 From ff28842f7b7223b64093d4148d94d0c36075de89 Mon Sep 17 00:00:00 2001 From: MatthieuDartiailh Date: Sun, 27 Oct 2024 16:23:47 +0100 Subject: [PATCH 2/2] ci: fix artifact naming --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index afd919be..a16ecfea 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -81,7 +81,7 @@ jobs: - name: Store artifacts uses: actions/upload-artifact@v4 with: - name: cibw-wheels-${{ runner.os }}-${{ matrix.manylinux_version }}-${{ matrix.archs }} + name: cibw-wheels-${{ runner.os }}-${{ matrix.python }} path: dist/*.whl publish: