Skip to content

Commit 250e148

Browse files
authored
Remove the caching config on the build job (#421)
1 parent 861be66 commit 250e148

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
- uses: actions/setup-python@v5
1919
with:
2020
python-version: '3.13'
21-
cache: 'pip'
22-
cache-dependency-path: '**/pyproject.toml'
2321

2422
- name: Install uv
2523
uses: hynek/setup-cached-uv@v2

0 commit comments

Comments
 (0)