From b967edd0eadd61cca1d8194881e7d8e28579800f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nerijus=20Bend=C5=BEi=C5=ABnas?= Date: Thu, 7 May 2026 06:24:24 +0300 Subject: [PATCH] ci(release): drop redundant actions/setup-python step MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit uv build provisions Python from .python-version itself, so the setup-python step is redundant — dropping it speeds up release.yml. Signed-off-by: Nerijus Bendžiūnas --- .github/workflows/release.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cee271d..311306d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,9 +18,6 @@ jobs: with: persist-credentials: false fetch-depth: 0 - - name: Set up Python - # yamllint disable-line rule:line-length - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 - name: Set up uv # yamllint disable-line rule:line-length uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0