From 6c285dd42630f35a3218107e7c461f0fd087c0bf Mon Sep 17 00:00:00 2001 From: David Gidwani Date: Sun, 10 Mar 2024 20:46:11 -0400 Subject: [PATCH] ci: :ferris_wheel: fix wheels cache key --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index d5c69e1..efd7915 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -263,7 +263,7 @@ jobs: id: cache-wheels uses: actions/cache/restore@v4 with: - key: ${{ runner.os }}-${{ matrix.python_id }}-${{ matrix.platform_id }}-${{ steps.semantic-version.outputs.version }}-${{ hashFiles('./src', './build_tools/**/build_*.sh') }} + key: ${{ runner.os }}-${{ matrix.python_id }}-${{ matrix.platform_id }}-${{ hashFiles('src/**', 'build_tools/**/build_*.sh') }} path: | wheelhouse/*.whl