添加自动发布到pypi的github action
This commit is contained in:
parent
1e5953d1d5
commit
9ce32f312d
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -3,8 +3,6 @@ name: Publish
|
||||
on:
|
||||
# 当master分支有push时,触发action
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
tags:
|
||||
- 'v*' # 以 'v' 开头的标签触发工作流程
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user