File tree Expand file tree Collapse file tree 2 files changed +15
-19
lines changed
Expand file tree Collapse file tree 2 files changed +15
-19
lines changed Original file line number Diff line number Diff line change 11name : Auto Build And Release To PyPI
22
33on :
4- push :
5- branches :
6- - master
4+ # 手动触发构建
5+ workflow_dispatch :
6+
7+ # (从版本分支)创建 release 的时候触发 (release 版)
8+ release :
9+ types : [published]
10+
11+ # 把特性分支合并到 v* 版本分支时触发 (snapshot 版)
12+ pull_request :
13+ branches : [v*]
14+
15+ # 推送特性分支时触发 (snapshot 版)
16+ # push:
17+ # branches: [feature-*]
18+
719
820jobs :
921 build-and-publish :
Original file line number Diff line number Diff line change @@ -120,19 +120,3 @@ else :
120120- 《[ Microsoft Windows Python-3.6 PyCrypto installation error] ( https://stackoverflow.com/questions/41843266/microsoft-windows-python-3-6-pycrypto-installation-error/46921479#46921479 ) 》
121121
122122
123- ## 赞助途径
124-
125- | 支付宝 | 微信 |
126- | :---:| :---:|
127- | ![ ] ( imgs/donate-alipay.png ) | ![ ] ( imgs/donate-wechat.png ) |
128-
129-
130- ## 版权声明
131-
132- [ ![ Copyright (C) EXP,2016] ( https://img.shields.io/badge/Copyright%20(C)-EXP%202016-blue.svg )] ( http://exp-blog.com ) [ ![ License: GPL v3] ( https://img.shields.io/badge/License-GPL%20v3-blue.svg )] ( https://www.gnu.org/licenses/gpl-3.0 )
133-
134- - Site: [ http://exp-blog.com ] ( http://exp-blog.com )
135- - Mail: <a href =" mailto:289065406@qq.com?subject=[EXP's Github]%20Your%20Question%20(请写下您的疑问)& ; body=What%20can%20I%20help%20you?%20(需要我提供什么帮助吗?) " >289065406@qq.com </a >
136-
137-
138- ------
You can’t perform that action at this time.
0 commit comments