We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68916e6 commit 31b27a2Copy full SHA for 31b27a2
.github/workflows/release.yml
@@ -16,6 +16,10 @@ jobs:
16
python-version: "3"
17
cache: pip
18
cache-dependency-path: setup.cfg
19
+ - name: Install uv
20
+ uses: astral-sh/setup-uv@v6
21
+ with:
22
+ enable-cache: true
23
- name: Setup Just
24
uses: extractions/setup-just@v3
25
- run: sudo apt-get update && sudo apt-get install -y --no-install-recommends gettext
0 commit comments