mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-06 04:32:43 +00:00
🐛 caching update
This commit is contained in:
2
.github/workflows/pypi.yml
vendored
2
.github/workflows/pypi.yml
vendored
@@ -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') }}
|
||||
|
||||
Reference in New Issue
Block a user