build!: declarative builds

This commit is contained in:
Ankush Menat
2022-06-29 12:23:17 +05:30
parent 56c6a709cd
commit 20f85195f4
7 changed files with 37 additions and 36 deletions

View File

@@ -61,7 +61,7 @@ jobs:
uses: actions/cache@v2
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
key: ${{ runner.os }}-pip-${{ hashFiles('**/*requirements.txt', '**/pyproject.toml') }}
restore-keys: |
${{ runner.os }}-pip-
${{ runner.os }}-