File tree Expand file tree Collapse file tree 1 file changed +23
-10
lines changed Expand file tree Collapse file tree 1 file changed +23
-10
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ credentials:
13
13
user : ronny
14
14
password :
15
15
secure : QGJhDXmfFDKysMJJV/ONGaHHzG/aImhU3DdhEP63d657iQSn/Cb4EG/l9YmVnRzpJ94nSDXZB8YwptR7rid0bOtidb32lxN8n6UiWILCXWeAN2FE+tT9/0xIct4HUJZ8OttD1gft/Di722Gy+s9PzFwjwrV4efkxCzgjfYOjkMeq3aO6NoG3ur0iZXJh7ODwLp4sRFep2NpIEaXm2qMdnnXpck6bJ1q/NtvPx9CAZivd9HYa0evg5j1ENTz1mXXafhgF+0vRCBXA33xJuysO6CKtk+2mizL1QHfosOERiKl9+zPyZw+VvSchbCVwgxrMSiRcpGag+4SegyHrj1M/2YqfFzMF/yuFGcqXl2VkEqlnBQOVMNW3Kdcmnm+caNbddnv+M384WFz4nV8nWjcsD5l27+XlMWfuvskDIvZKtVCXmmbtqgwM4tqoYd6uxbnooRfwINTGx8sNzKP10xkaesB3ZBCEpecOKA1AXUAZ74RfYWWExv6eIuVGwyIJmOcD8M/17N8g58GxxO+88gx50EuhyNiRjYZDUipfVydfJwBwpD+p695NixUMITuksucQftjHsQp+laGWJlDIPvFwI85wDJUYAyrzn6L1W+smkm1bGomuliW2MJfxeSZAmSk4CE5VOpIWQTBmDLR3pxBhcaqzwdd4mAWvMi/fpM4yJJI=
16
-
16
+ on :
17
+ tags : yes
17
18
python :
18
19
- ' 2.7'
19
20
- ' 3.4'
@@ -57,30 +58,42 @@ jobs:
57
58
script : skip
58
59
deploy :
59
60
<< : *pypi
60
- on :
61
- tags : true
62
- distributions : " sdist bdist_wheel"
61
+ distributions : " sdist bdist_wheel"
63
62
64
- - &eggs
65
- << : *deploy
63
+ - << : *deploy
66
64
name : " python eggs 2.7"
67
65
python : ' 2.7'
68
- distributions : " bdist_egg"
69
- - << : *eggs
66
+ deploy :
67
+ << : *pypi
68
+ distributions : " bdist_egg"
69
+ - << : *deploy
70
70
name : " python eggs 3.4"
71
71
python : ' 3.4'
72
+ deploy :
73
+ << : *pypi
74
+ distributions : " bdist_egg"
72
75
73
- - << : *eggs
76
+
77
+ - << : *deploy
74
78
name : " python eggs 3.5"
75
79
python : ' 3.5'
80
+ deploy :
81
+ << : *pypi
82
+ distributions : " bdist_egg"
76
83
77
- - << : *eggs
84
+ - << : *deploy
78
85
name : " python eggs 3.6"
79
86
python : ' 3.6'
87
+ deploy :
88
+ << : *pypi
89
+ distributions : " bdist_egg"
80
90
81
91
# - <<: *eggs
82
92
# name: "python eggs 3.7"
83
93
# python: '3.7'
94
+ # deploy:
95
+ # <<: *pypi
96
+ # distributions: "bdist_egg"
84
97
85
98
cache :
86
99
directories :
You can’t perform that action at this time.
0 commit comments