diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 0a94c2fb6..c55524e8d 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -44,3 +44,5 @@ jobs: - uses: actions/upload-artifact@v4 with: path: ./wheelhouse/*.whl + pattern: *.whl + merge-multiple: true