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-*