From bb23ac9a4a1a6f748a5e473bba55f59d290102d3 Mon Sep 17 00:00:00 2001 From: Robin Manhaeve Date: Sat, 26 Oct 2024 06:58:16 +0200 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2996a4e..7ebd56a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -34,7 +34,7 @@ jobs: - uses: actions/upload-artifact@v4 with: - name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }} + name: dist-${{ matrix.os }}-${{ matrix.python-version }} path: ./wheelhouse/*.whl build_sdist: name: Prepare source distribution