We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e98ba0b commit 925bf4fCopy full SHA for 925bf4f
.github/workflows/pythonpublish.yml
@@ -16,6 +16,10 @@ jobs:
16
- name: Install dependencies
17
run: |
18
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
23
- name: Build
24
25
uv build --wheel
0 commit comments