File tree Expand file tree Collapse file tree 1 file changed +36
-33
lines changed Expand file tree Collapse file tree 1 file changed +36
-33
lines changed Original file line number Diff line number Diff line change 38
38
python setup.py sdist
39
39
cd dist; pip install *; cd ..
40
40
name : Test
41
+
41
42
osx :
42
43
parameters :
43
44
xcode_ver :
66
67
name : Upload Wheel
67
68
command : |
68
69
twine upload --skip-existing -u $PYPI_USER -p $PYPI_PASSWORD wheels/*
70
+
69
71
manylinux :
70
72
machine :
71
73
image : ubuntu-1604:201903-01
@@ -105,36 +107,37 @@ jobs:
105
107
name : Upload Wheels
106
108
command : |
107
109
twine upload --skip-existing -u $PYPI_USER -p $PYPI_PASSWORD dist/* wheelhouse/*
108
- # workflows:
109
- # version: 2.1
110
- # main:
111
- # jobs:
112
- # - python_test:
113
- # matrix:
114
- # parameters:
115
- # python_ver:
116
- # - "3.6"
117
- # - "3.7"
118
- # - "3.8"
119
- # filters:
120
- # tags:
121
- # ignore: /.*/
122
- # - manylinux:
123
- # context: Docker
124
- # filters:
125
- # tags:
126
- # only: /.*/
127
- # branches:
128
- # ignore: /.*/
129
- # - osx:
130
- # matrix:
131
- # parameters:
132
- # xcode_ver:
133
- # - "11.6.0"
134
- # - "11.1.0"
135
- # context: Docker
136
- # filters:
137
- # tags:
138
- # only: /.*/
139
- # branches:
140
- # ignore: /.*/
110
+
111
+ workflows :
112
+ version : 2.1
113
+ main :
114
+ jobs :
115
+ - python_test :
116
+ matrix :
117
+ parameters :
118
+ python_ver :
119
+ - " 3.6"
120
+ - " 3.7"
121
+ - " 3.8"
122
+ filters :
123
+ tags :
124
+ ignore : /.*/
125
+ - manylinux :
126
+ context : Docker
127
+ filters :
128
+ tags :
129
+ only : /.*/
130
+ branches :
131
+ ignore : /.*/
132
+ - osx :
133
+ matrix :
134
+ parameters :
135
+ xcode_ver :
136
+ - " 11.6.0"
137
+ - " 11.1.0"
138
+ context : Docker
139
+ filters :
140
+ tags :
141
+ only : /.*/
142
+ branches :
143
+ ignore : /.*/
You can’t perform that action at this time.
0 commit comments