File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ jobs:
152
152
)
153
153
&& true || false
154
154
}}
155
- cache-key-files : >-
155
+ cache-key-for-dep- files : >-
156
156
${{ steps.calc-cache-key-files.outputs.cache-key-for-dep-files }}
157
157
git-tag : ${{ steps.git-tag.outputs.tag }}
158
158
sdist-artifact-name : ${{ steps.artifact-name.outputs.sdist }}
@@ -421,7 +421,7 @@ jobs:
421
421
key : >-
422
422
${{ runner.os }}-pip-${{
423
423
steps.calc-cache-key-py.outputs.py-hash-key }}-${{
424
- needs.pre-setup.outputs.cache-key-files }}
424
+ needs.pre-setup.outputs.cache-key-for-dep- files }}
425
425
restore-keys : |
426
426
${{ runner.os }}-pip-${{
427
427
steps.calc-cache-key-py.outputs.py-hash-key
@@ -577,7 +577,7 @@ jobs:
577
577
uses : ./.github/workflows/reusable-tox.yml
578
578
with :
579
579
cache-key-files : >-
580
- ${{ needs.pre-setup.outputs.cache-key-files }}
580
+ ${{ needs.pre-setup.outputs.cache-key-for-dep- files }}
581
581
check-name : >-
582
582
${{ matrix.check-name }}
583
583
dists-artifact-name : >-
@@ -639,7 +639,7 @@ jobs:
639
639
built-wheel-names : >-
640
640
${{ needs.pre-setup.outputs.wheel-artifact-name }}
641
641
cache-key-files : >-
642
- ${{ needs.pre-setup.outputs.cache-key-files }}
642
+ ${{ needs.pre-setup.outputs.cache-key-for-dep- files }}
643
643
dists-artifact-name : >-
644
644
${{ needs.pre-setup.outputs.dists-artifact-name }}
645
645
python-version : >-
You can’t perform that action at this time.
0 commit comments