File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -74,21 +74,25 @@ jobs:
74
74
matrix :
75
75
Python34_x64 :
76
76
python.version : ' 3.4'
77
+ python.architecture : ' x64'
77
78
Python34_x86 :
78
79
python.version : ' 3.4'
79
80
python.architecture : ' x86'
80
81
Python35_x64 :
81
82
python.version : ' 3.5'
83
+ python.architecture : ' x64'
82
84
Python35_x86 :
83
85
python.version : ' 3.5'
84
86
python.architecture : ' x86'
85
87
Python36_x64 :
86
88
python.version : ' 3.6'
89
+ python.architecture : ' x64'
87
90
Python36_x86 :
88
91
python.version : ' 3.6'
89
92
python.architecture : ' x86'
90
93
Python37_x64 :
91
94
python.version : ' 3.7'
95
+ python.architecture : ' x64'
92
96
Python37_x86 :
93
97
python.version : ' 3.7'
94
98
python.architecture : ' x86'
@@ -116,5 +120,5 @@ jobs:
116
120
117
121
- script : |
118
122
pip install -U twine
119
- twine upload -r PyPI --config-file $(PYPIRC_PATH) dist/Advanced_Descriptors -* --skip-existing
123
+ twine upload -r PyPI --config-file $(PYPIRC_PATH) dist/threaded -* --skip-existing
120
124
displayName: 'Deploy'
You can’t perform that action at this time.
0 commit comments