From a8e8fd3d25f7166c273a054b1995fa1e89f7e51c Mon Sep 17 00:00:00 2001 From: Vhou-Atroph Date: Wed, 8 May 2024 10:29:04 -0500 Subject: [PATCH] Potentially fix CI issue see https://github.com/actions/upload-artifact/issues/478 --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e6f41a1e..27780de8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,6 +64,7 @@ jobs: with: name: wheels path: dist + merge-multiple: true linux-wheel: runs-on: ubuntu-latest @@ -89,6 +90,7 @@ jobs: with: name: wheels path: dist + merge-multiple: true macos-exe: runs-on: macos-latest @@ -141,6 +143,7 @@ jobs: with: name: wheels path: dist + merge-multiple: true sdist: runs-on: ubuntu-latest @@ -160,6 +163,7 @@ jobs: with: name: wheels path: dist + merge-multiple: true release: name: Release