🐛 caching update

This commit is contained in:
Félix Voituret
2020-07-08 17:19:10 +02:00
parent 02fab48cfb
commit 9b9b3f3a25
2 changed files with 8 additions and 5 deletions

View File

@@ -22,7 +22,7 @@ jobs:
${{ runner.os }}-pip-
- uses: actions/cache@v2
with:
path: dist
path: ${{ env.GITHUB_WORKSPACE }}/dist
key: sdist-${{ matrix.platform }}-${{ hashFiles('**/setup.py') }}
restore-keys: |
sdist-${{ matrix.platform }}-${{ hashFiles('**/setup.py') }}