Skip to content

Commit 0d63f10

Browse files
committed
Fix hashing for caching dependencies
1 parent 2a0b789 commit 0d63f10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/cache@v4
3333
with:
3434
path: ~/.cache/pip
35-
key: ${{ runner.os }}-build-wheels-${{ hashFiles('setup.cfg', 'setup.py') }}
35+
key: ${{ runner.os }}-build-wheels-${{ hashFiles('pyproject.toml') }}
3636
restore-keys: |
3737
${{ runner.os }}-build-wheels-
3838

0 commit comments

Comments
 (0)