Skip to content

Commit fce8d90

Browse files
committed
Hash setup.cfg instead of setup.py
1 parent 0075837 commit fce8d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
path: ${{ steps.pip-cache.outputs.dir }}
3232
key:
33-
${{ matrix.python-version }}-v1-${{ hashFiles('**/setup.py') }}-${{ hashFiles('**/tox.ini') }}
33+
${{ matrix.python-version }}-v1-${{ hashFiles('**/setup.cfg') }}-${{ hashFiles('**/tox.ini') }}
3434
restore-keys: |
3535
${{ matrix.python-version }}-v1-
3636

0 commit comments

Comments
 (0)