File tree Expand file tree Collapse file tree 1 file changed +11
-23
lines changed Expand file tree Collapse file tree 1 file changed +11
-23
lines changed Original file line number Diff line number Diff line change @@ -65,40 +65,28 @@ jobs:
6565 << : *pypi
6666 distributions : " sdist bdist_wheel"
6767
68- - << : *deploy
68+ - &bdist_egg
69+ << : *deploy
6970 name : " python eggs 2.7"
7071 python : ' 2.7'
7172 deploy :
7273 << : *pypi
7374 distributions : " bdist_egg"
74- - << : *deploy
75+ - << : *bdist_egg
7576 name : " python eggs 3.4"
7677 python : ' 3.4'
77- deploy :
78- << : *pypi
79- distributions : " bdist_egg"
80-
81-
82- - << : *deploy
78+ - << : *bdist_egg
8379 name : " python eggs 3.5"
8480 python : ' 3.5'
85- deploy :
86- << : *pypi
87- distributions : " bdist_egg"
88-
89- - << : *deploy
81+ - << : *bdist_egg
9082 name : " python eggs 3.6"
9183 python : ' 3.6'
92- deploy :
93- << : *pypi
94- distributions : " bdist_egg"
95-
96- # - <<: *eggs
97- # name: "python eggs 3.7"
98- # python: '3.7'
99- # deploy:
100- # <<: *pypi
101- # distributions: "bdist_egg"
84+ - << : *bdist_egg
85+ name : " python eggs 3.7"
86+ python : ' 3.7'
87+ - << : *bdist_egg
88+ name : " python eggs 3.8"
89+ python : ' 3.8-dev'
10290
10391cache :
10492 directories :
You can’t perform that action at this time.
0 commit comments