From 4c165d01ef75ba289eeefd1d2625b28dc621f3ec Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Thu, 10 Oct 2024 11:08:55 -0400 Subject: [PATCH] revert the name of the release workflow to test it on the feature branch --- .github/workflows/{release.yml => python-publish.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{release.yml => python-publish.yml} (99%) diff --git a/.github/workflows/release.yml b/.github/workflows/python-publish.yml similarity index 99% rename from .github/workflows/release.yml rename to .github/workflows/python-publish.yml index 550993bc..d7d07072 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/python-publish.yml @@ -1,4 +1,4 @@ -name: "Release" +name: Upload Python Package on: workflow_dispatch: