From b8e16e1318a278d4c935e1312f7b143378c653fa Mon Sep 17 00:00:00 2001 From: Michael Gold Date: Thu, 4 Jan 2024 17:59:37 -0500 Subject: [PATCH] wip: echo building for python version --- .github/workflows/build_all.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index 69904a3..9695fef 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -46,8 +46,10 @@ jobs: run: | if [[ "${{ steps.set_tag_input.outputs.tag_input }}" == v3.* ]] || [[ "${{ steps.set_tag_input.outputs.tag_input }}" == v4.0.* ]]; then echo "python_version=3.10.11" >> $GITHUB_OUTPUT + echo "Building for Python 3.10.11" else echo "python_version=3.11.6" >> $GITHUB_OUTPUT + echo "Building for Python 3.11.6" fi # - name: Build for Windows