From 739cbf06c515e7c8052eaf791d3e222d64b03c0e Mon Sep 17 00:00:00 2001 From: Robin Manhaeve Date: Tue, 29 Oct 2024 17:49:57 +0100 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cc9575f..63f1852 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/upload-artifact@v4 with: - name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }} + name: dist-${{ matrix.os }}-${{ strategy.job-index }} path: ./wheelhouse/*.whl build_linux_armwheels: @@ -50,7 +50,7 @@ jobs: - uses: actions/upload-artifact@v4 with: - name: cibw-wheels-ubuntu-qemu-arm + name: dist-ubuntu-qemu-arm path: ./wheelhouse/*.whl build_sdist: