From 78ea7251bc952b53be1042c7e97f95e0426e6939 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 17:41:13 -0600 Subject: [PATCH] [PR #10416/e92f1874 backport][3.11] Fix wheel download-artifact by setting merge-multiple (#10417) **This is a backport of PR #10416 as merged into master (e92f18746aead3ff6c5363cf4a3ad735e6b44e1e).** Should fix https://github.com/aio-libs/aiohttp/actions/runs/13167811054/job/36753606142 Co-authored-by: J. Nick Koston --- .github/workflows/ci-cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 3df6a02c1dd..a794dc65d77 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -455,6 +455,7 @@ jobs: with: path: dist pattern: dist-* + merge-multiple: true - name: Collected dists run: | tree dist