Skip to content

Commit 925bf4f

Browse files
authored
Update pythonpublish.yml
1 parent e98ba0b commit 925bf4f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pythonpublish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ jobs:
1616
- name: Install dependencies
1717
run: |
1818
python -m pip install --upgrade pip
19+
- name: Setup uv and Handle Its Cache
20+
# You may pin to the exact commit or the version.
21+
# uses: hynek/setup-cached-uv@757bedc3f972eb7227a1aa657651f15a8527c817
22+
uses: hynek/setup-cached-uv@v2.3.0
1923
- name: Build
2024
run: |
2125
uv build --wheel

0 commit comments

Comments
 (0)