From 71f10d4561b48082edf1acb822020d04f093d24b Mon Sep 17 00:00:00 2001 From: xaoyo Date: Sat, 28 Oct 2023 22:46:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=87=AA=E5=8A=A8=E5=8F=91?= =?UTF-8?q?=E5=B8=83=E5=88=B0pypi=E7=9A=84github=20action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publishNew.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publishNew.yml b/.github/workflows/publishNew.yml index 6588c27..7ba2e42 100644 --- a/.github/workflows/publishNew.yml +++ b/.github/workflows/publishNew.yml @@ -7,7 +7,7 @@ on: - 'v*' # 以 'v' 开头的标签触发工作流程 jobs: - publish: + publishNew: name: Publish Pypi and Create Release if: github.repository == 'xaoyaoo/PyWxDump' && contains(github.ref, 'tags/v') # 仅在指定仓库的 tag 触发工作流程 # 此作业在 Linux 上运行