File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4343 shell : bash
4444 run : |
4545 . venv/bin/activate
46- pre-commit install-hooks
46+ PRE_COMMIT_HOME=${{ inputs.precommit-home}} pre-commit install-hooks
4747 - name : Save cache if (purposely) created
4848 if : ${{ inputs.fail-on-miss == 'false' && steps.cache-create.outputs.cache-hit != 'true' }}
4949 uses : actions/cache/save@v4
Original file line number Diff line number Diff line change 44name : Latest commit
55
66env :
7- CACHE_VERSION : 3
7+ CACHE_VERSION : 4
88 DEFAULT_PYTHON : " 3.13"
99 PRE_COMMIT_HOME : ~/.cache/pre-commit
1010 VENV : venv
@@ -297,7 +297,7 @@ jobs:
297297 - name : Install pypa/build
298298 run : |
299299 . venv/bin/activate
300- uv pip install build --user
300+ uv pip install build
301301 - name : Build a binary wheel and a source tarball
302302 run : |
303303 . venv/bin/activate
You can’t perform that action at this time.
0 commit comments