Skip to content

Commit b3ceeec

Browse files
committed
Test
1 parent 0e5f74a commit b3ceeec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pypi.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,9 @@ jobs:
109109
uses: actions/cache@v4
110110
with:
111111
path: .\delphivcl\__init__.pyi
112-
key: ${{ runner.os }}-stubs
112+
key: ${{ runner.os }}-cache-${{ hashFiles('.\delphivcl\*') }}
113+
restore-keys: |
114+
${{ runner.os }}-cache-
113115
114116
- name: Set up Python ${{ matrix.python }}
115117
uses: actions/setup-python@v3

0 commit comments

Comments
 (0)