Update .github/workflows/release.yml

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
Jannis Leidel 2020-11-30 12:19:07 +01:00 committed by GitHub
parent 07825fc9d9
commit 34947502e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ jobs:
uses: actions/cache@v2
with:
path: ${{ steps.pip-cache.outputs.dir }}
key: release-${{ hashFiles('**/setup.py') }}
key: release-${{ hashFiles('**/tox.ini') }}
restore-keys: |
release-