Skip to content

Commit

Permalink
ci: 🎡 fix wheels cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
darvid committed Mar 11, 2024
1 parent db862be commit 6c285dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ jobs:
id: cache-wheels
uses: actions/cache/restore@v4
with:
key: ${{ runner.os }}-${{ matrix.python_id }}-${{ matrix.platform_id }}-${{ steps.semantic-version.outputs.version }}-${{ hashFiles('./src', './build_tools/**/build_*.sh') }}
key: ${{ runner.os }}-${{ matrix.python_id }}-${{ matrix.platform_id }}-${{ hashFiles('src/**', 'build_tools/**/build_*.sh') }}
path: |
wheelhouse/*.whl
Expand Down

0 comments on commit 6c285dd

Please sign in to comment.