From 21f4fdc9a2188756f490f6cfe4adbfb46aa8f17e Mon Sep 17 00:00:00 2001 From: GISCE Bot Date: Thu, 20 Aug 2026 10:04:10 +0000 Subject: [PATCH] fix: build releases with Python 2 container Co-authored-by: polsala <15796004+polsala@users.noreply.github.com> --- .github/workflows/release.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0c25652..edbe59e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,12 +9,9 @@ on: jobs: build: runs-on: ubuntu-latest + container: python:2.7-slim steps: - uses: actions/checkout@v3 - - name: Set up Python - uses: actions/setup-python@v4 - with: - python-version: '2.7' - name: Get tag id: tag uses: dawidd6/action-get-tag@v1