Skip to content

Commit 6a47969

Browse files
committed
Release: 1.1.5
1 parent b76b190 commit 6a47969

File tree

2 files changed

+15
-19
lines changed

2 files changed

+15
-19
lines changed
Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,21 @@
11
name: Auto Build And Release To PyPI
22

33
on:
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

820
jobs:
921
build-and-publish:

README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff 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(请写下您的疑问)&amp;body=What%20can%20I%20help%20you?%20(需要我提供什么帮助吗?)">289065406@qq.com</a>
136-
137-
138-
------

0 commit comments

Comments
 (0)