Skip to content

Commit

Permalink
🐎 ci: release
Browse files Browse the repository at this point in the history
  • Loading branch information
luxuncang committed May 29, 2024
1 parent 05ffc34 commit ffff196
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Python Package Release

on:
push:
branches: [ "main" ]
tags:
- 'v*.*.*' # 触发工作流的标签格式,遵循语义版本控制
- 'v*.*.*alpha*' # 匹配预发布版本
Expand Down
2 changes: 1 addition & 1 deletion README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ffff196

Please sign in to comment.