From a4d87beb2a66d16a846e5bb239f11e7c20ef40db Mon Sep 17 00:00:00 2001 From: dahlend Date: Mon, 26 Aug 2024 13:50:35 -0700 Subject: [PATCH] actions --- .github/workflows/release-wheels.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-wheels.yml b/.github/workflows/release-wheels.yml index cca625f..bcee21e 100644 --- a/.github/workflows/release-wheels.yml +++ b/.github/workflows/release-wheels.yml @@ -65,4 +65,5 @@ jobs: run: python3 -m cibuildwheel --output-dir wheelhouse - uses: actions/upload-artifact@v4 with: + merge-multiple: true path: ./wheelhouse/*.whl