diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0c8282f..dd81650 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,6 +34,9 @@ jobs: uses: astral-sh/setup-uv@v3 with: enable-cache: true + cache-dependency-glob: | + **/requirements*.txt + **/pyproject.toml if: runner.os != 'Linux' - name: Build wheels uses: pypa/cibuildwheel@v2.21