From a7c37fefc83a22fcf66002ff93bc7cb7a014e052 Mon Sep 17 00:00:00 2001 From: Bart Feenstra Date: Thu, 21 Dec 2023 17:32:10 +0000 Subject: [PATCH] Fix an incorrect workflow name. (#1074) --- .github/workflows/release-build-setuptools.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-build-setuptools.yml b/.github/workflows/release-build-setuptools.yml index b39b20060..4dbd9a235 100644 --- a/.github/workflows/release-build-setuptools.yml +++ b/.github/workflows/release-build-setuptools.yml @@ -1,4 +1,4 @@ -name: Build PyInstaller artifacts (Release) +name: Build setuptools artifacts (Release) on: release: