diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b943b55..fb7932e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,6 @@ name: Python Package Release on: push: - branches: [ "main" ] tags: - 'v*.*.*' # 触发工作流的标签格式,遵循语义版本控制 - 'v*.*.*alpha*' # 匹配预发布版本 diff --git a/README-zh.md b/README-zh.md index a0752ba..a07a670 100644 --- a/README-zh.md +++ b/README-zh.md @@ -4,7 +4,7 @@ _**TypeGraph** 是一个 Python 库,用于在不同类型之间进行类型转换,包括自定义类型、内置类型和结构类型 (如列表、集合和字典)。它支持同步和异步的转换方法。_ -> 人间总有一两风,填我十万八千梦 +> 蓦然回首,那人却在灯火阑珊处 [![CodeFactor](https://www.codefactor.io/repository/github/luxuncang/typegraph/badge)](https://www.codefactor.io/repository/github/luxuncang/typegraph) [![GitHub](https://img.shields.io/github/license/luxuncang/typegraph)](https://github.com/luxuncang/typegraph/blob/master/LICENSE) diff --git a/README.md b/README.md index 712f81c..9c92fa7 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ _**TypeGraph** is a Python library designed for type conversion between various types, including custom types, built-in types, and structural types (such as lists, sets, and dictionaries). It supports both synchronous and asynchronous conversion methods._ -> 人间总有一两风,填我十万八千梦 +> 蓦然回首,那人却在灯火阑珊处 [![CodeFactor](https://www.codefactor.io/repository/github/luxuncang/typegraph/badge)](https://www.codefactor.io/repository/github/luxuncang/typegraph) [![GitHub](https://img.shields.io/github/license/luxuncang/typegraph)](https://github.com/luxuncang/typegraph/blob/master/LICENSE)