From 578b5cbbb8aa0c54347bf812724a1a6401ebad23 Mon Sep 17 00:00:00 2001 From: Jon Griffiths Date: Wed, 18 Sep 2024 17:14:38 +1200 Subject: [PATCH] MERGEBACK: fix wheel upload --- .github/workflows/wheels.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index af818592d..82c330bfe 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -50,4 +50,15 @@ jobs: - uses: actions/upload-artifact@v4 with: - path: ./wheelhouse/*.whl + name: wheels-${{ matrix.os }} + path: wheelhouse/*.whl + + merge: + runs-on: ubuntu-latest + needs: build_wheels + steps: + - name: Merge Artifacts + uses: actions/upload-artifact/merge@v4 + with: + name: all-wheels + pattern: wheelhouse/wheels-*