Skip to content

Commit 1f1753d

Browse files
committed
Update publish cache
1 parent 7dc4408 commit 1f1753d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ jobs:
1515
python-version: "3.12"
1616
- uses: actions/cache@v4
1717
with:
18-
path: |
19-
~/.cache/pip
20-
~/.cache/pypoetry
18+
path: ~/.cache/uv
2119
key: publish-${{ hashFiles('pyproject.toml') }}
2220
- uses: extractions/setup-just@v2
2321
- run: curl -LsSf https://astral.sh/uv/install.sh | sh

0 commit comments

Comments
 (0)