From ed34579684d4b324cf9a65468aca9469afab8a86 Mon Sep 17 00:00:00 2001 From: Gautham Date: Mon, 26 Aug 2024 13:57:51 -0500 Subject: [PATCH] cliquematch wheels artifact os --- .github/workflows/wheels.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 3aa4c52..69e1f0a 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -33,5 +33,6 @@ jobs: - name: upload wheel artifacts temporarily uses: actions/upload-artifact@v4 with: + name: cliquematch-wheels-${{ matrix.os }} path: ./wheelhouse/*.whl retention-days: 1