diff --git a/.github/workflows/wheel.yml b/.github/workflows/wheel.yml index f975541a..9fe3aa55 100644 --- a/.github/workflows/wheel.yml +++ b/.github/workflows/wheel.yml @@ -53,6 +53,7 @@ jobs: - name: Upload wheel to GitHub uses: actions/upload-artifact@v4 with: + name: ${{ matrix.cibw-python }}-${{ matrix.os-arch }} path: ./wheels/*.whl - name: Upload wheel data if the Git tag is set