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