From 71842c81760ed7e9799e2634f88c9e575d873efe Mon Sep 17 00:00:00 2001 From: nullhack Date: Tue, 7 Jul 2026 04:54:50 -0400 Subject: [PATCH] fix(release): rename workflow to pypi-publish.yml to match PyPI trusted publisher --- .github/workflows/{release.yml => pypi-publish.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{release.yml => pypi-publish.yml} (98%) diff --git a/.github/workflows/release.yml b/.github/workflows/pypi-publish.yml similarity index 98% rename from .github/workflows/release.yml rename to .github/workflows/pypi-publish.yml index c854ae1..37ce861 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/pypi-publish.yml @@ -1,4 +1,4 @@ -name: Release +name: PyPI Publish on: push: