添加自动发布到pypi的github action

This commit is contained in:
xaoyo 2023-10-31 18:46:15 +08:00
parent 1e5953d1d5
commit 9ce32f312d

View File

@ -3,8 +3,6 @@ name: Publish
on:
# 当master分支有push时触发action
push:
branches:
- master
tags:
- 'v*' # 以 'v' 开头的标签触发工作流程