From 70bce8aab6f4f1ec49bf84022bfa5febd6baaee8 Mon Sep 17 00:00:00 2001 From: Luca Canali Date: Tue, 31 Mar 2026 15:09:49 +0200 Subject: [PATCH] Replace deprecated pip-action in release workflow --- .github/workflows/release.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9eb71b1..118856a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,10 +18,8 @@ jobs: - uses: actions/setup-python@v6 with: python-version: '3.13' - - uses: BSFishy/pip-action@v1 - with: - packages: | - bump2version + - name: Install release tooling + run: python -m pip install bump2version - name: Bump and tag run: | git config --local user.email "swan-admins@cern.ch"