From afa15daf8385660131a8ecdfc44418912da770eb Mon Sep 17 00:00:00 2001 From: deeenes Date: Mon, 3 Mar 2025 19:06:38 +0100 Subject: [PATCH] `ci`: install `uv` also in the `deploy` job --- .github/workflows/ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3832a40..1046b97 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -100,10 +100,15 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 + - name: Install uv + uses: astral-sh/setup-uv@v5 + with: + enable-cache: true + - name: Build a binary wheel and a source tarball run: uv build