diff --git a/.github/workflows/build_wheel.yml b/.github/workflows/build_wheel.yml index c4d2ed3486..db5745e241 100644 --- a/.github/workflows/build_wheel.yml +++ b/.github/workflows/build_wheel.yml @@ -148,6 +148,7 @@ jobs: - uses: actions/download-artifact@v4 with: path: source/install/docker/dist + pattern: cibw-*-manylinux_x86_64-cu${{ matrix.cuda_version }}* merge-multiple: true - name: Log in to the Container registry uses: docker/login-action@v3 @@ -180,6 +181,7 @@ jobs: - uses: actions/download-artifact@v4 with: path: dist/packages + pattern: cibw-* merge-multiple: true - uses: actions/setup-python@v5 name: Install Python