From e39ce5318d4bc8169f3d37983a2fd258a3a4f07d Mon Sep 17 00:00:00 2001 From: betaBison Date: Sun, 31 Mar 2024 23:52:03 -0700 Subject: [PATCH] update workflow build name --- .github/workflows/build_new_version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_new_version.yml b/.github/workflows/build_new_version.yml index 874db113..2ca0556d 100644 --- a/.github/workflows/build_new_version.yml +++ b/.github/workflows/build_new_version.yml @@ -1,7 +1,7 @@ # This workflow will install Python dependencies, run tests and lint with a single version of Python # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions -name: build +name: build-python-12 on: push: