From 725d39d67daeac8a592a0f34e8a1287f55d5d4b6 Mon Sep 17 00:00:00 2001 From: Helio Chissini de Castro Date: Thu, 12 Mar 2026 17:50:49 +0100 Subject: [PATCH] ci(python): Use only uv for builds Signed-off-by: Helio Chissini de Castro --- .github/workflows/build.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1819dc9..bf3efee 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,13 +34,11 @@ jobs: steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - - uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0 + - uses: astral-sh/setup-uv@6ee6290f1cbc4156c0bdd66691b2c144ef8df19a # v7.4.0 with: enable-cache: true - - - uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 - with: python-version: ${{ matrix.python-version }} + activate-environment: true - name: Build 📦 package shell: bash