From 7292a95fddf5ab04bd9f213d7b149f6e19f0b6c1 Mon Sep 17 00:00:00 2001
From: Hynek Schlawack <hs@ox.cx>
Date: Tue, 26 Mar 2024 10:25:19 +0100
Subject: [PATCH] Use descriptive names

---
 .../{pypa-sample-project.yml => ci-supported-pythons.yml}       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename .github/workflows/{pypa-sample-project.yml => ci-supported-pythons.yml} (95%)

diff --git a/.github/workflows/pypa-sample-project.yml b/.github/workflows/ci-supported-pythons.yml
similarity index 95%
rename from .github/workflows/pypa-sample-project.yml
rename to .github/workflows/ci-supported-pythons.yml
index 4fb5d76..34b6ba9 100644
--- a/.github/workflows/pypa-sample-project.yml
+++ b/.github/workflows/ci-supported-pythons.yml
@@ -1,5 +1,5 @@
 ---
-name: PyPA sample project tested over declared interpreters
+name: Use JSON output to build job matrix
 
 on:
   push: