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