From 8947b343ac657206e35b741b848f59a8a97065ff Mon Sep 17 00:00:00 2001 From: Sivaselvan32 Date: Wed, 27 May 2026 15:59:14 +0530 Subject: [PATCH] renamed the release action as PyPI release --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 55792b18..48f1b25e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: release +name: PyPI release # Publishes the package to PyPI / TestPyPI via manual dispatch only. #