File tree Expand file tree Collapse file tree 1 file changed +25
-10
lines changed Expand file tree Collapse file tree 1 file changed +25
-10
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,12 @@ credentials:
11
11
- &pypi
12
12
provider : pypi
13
13
user : ronny
14
+ # use when testing, may require recreation of the user and its credentials
15
+ # server: https://test.pypi.org/legacy/ # Remove for deployment to official PyPi repo
14
16
password :
15
17
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
-
18
+ on :
19
+ tags : yes
17
20
python :
18
21
- ' 2.7'
19
22
- ' 3.4'
@@ -57,30 +60,42 @@ jobs:
57
60
script : skip
58
61
deploy :
59
62
<< : *pypi
60
- on :
61
- tags : true
62
- distributions : " sdist bdist_wheel"
63
+ distributions : " sdist bdist_wheel"
63
64
64
- - &eggs
65
- << : *deploy
65
+ - << : *deploy
66
66
name : " python eggs 2.7"
67
67
python : ' 2.7'
68
- distributions : " bdist_egg"
69
- - << : *eggs
68
+ deploy :
69
+ << : *pypi
70
+ distributions : " bdist_egg"
71
+ - << : *deploy
70
72
name : " python eggs 3.4"
71
73
python : ' 3.4'
74
+ deploy :
75
+ << : *pypi
76
+ distributions : " bdist_egg"
72
77
73
- - << : *eggs
78
+
79
+ - << : *deploy
74
80
name : " python eggs 3.5"
75
81
python : ' 3.5'
82
+ deploy :
83
+ << : *pypi
84
+ distributions : " bdist_egg"
76
85
77
- - << : *eggs
86
+ - << : *deploy
78
87
name : " python eggs 3.6"
79
88
python : ' 3.6'
89
+ deploy :
90
+ << : *pypi
91
+ distributions : " bdist_egg"
80
92
81
93
# - <<: *eggs
82
94
# name: "python eggs 3.7"
83
95
# python: '3.7'
96
+ # deploy:
97
+ # <<: *pypi
98
+ # distributions: "bdist_egg"
84
99
85
100
cache :
86
101
directories :
You can’t perform that action at this time.
0 commit comments