From 257a1f4e00e265a1c74876338dd6840f213f968d Mon Sep 17 00:00:00 2001 From: xaoyo Date: Tue, 31 Oct 2023 18:51:07 +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/publish.yml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 653d9f0..19d9b16 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -7,7 +7,7 @@ on: - 'v*' # 以 'v' 开头的标签触发工作流程 jobs: - publishNew: + publish: name: Publish Pypi and Create Release if: github.repository == 'xaoyaoo/PyWxDump' # 仅在指定仓库的 tag 触发工作流程 # 此作业在 Linux 上运行 diff --git a/setup.py b/setup.py index fd2f081..a60cd22 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages with open("README.md", "r", encoding="utf-8") as fh: long_description = fh.read() -version = "2.1.9" +version = "2.1.10" setup( name="pywxdump", author="xaoyaoo",