From e0685cfc19817a6321cb975148eec8f929f00e66 Mon Sep 17 00:00:00 2001 From: Martin Bubel Date: Sat, 13 Jan 2024 13:43:19 +0100 Subject: [PATCH] github-actions: fix build-windows-and-mac --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5e3e2e9a..8e944584 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -38,7 +38,7 @@ jobs: - name: Archive build artifacts uses: actions/upload-artifact@v4 with: - name: dist-artifacts + name: dist-artifacts-${{ matrix.os }}-${{ matrix.python }} path: dist build-linux: @@ -110,13 +110,13 @@ jobs: - name: Download build artifacts for windows and mac wheels uses: actions/download-artifact@v4 with: - path: dist-artifacts + path: dist merge-multiple: true - name: Download build artifacts for manylinux wheels uses: actions/download-artifact@v4 with: - path: wheelhouse-artifacts + path: wheelhouse merge-multiple: true - name: Inspect dist files