File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -74,21 +74,25 @@ jobs:
7474 matrix :
7575 Python34_x64 :
7676 python.version : ' 3.4'
77+ python.architecture : ' x64'
7778 Python34_x86 :
7879 python.version : ' 3.4'
7980 python.architecture : ' x86'
8081 Python35_x64 :
8182 python.version : ' 3.5'
83+ python.architecture : ' x64'
8284 Python35_x86 :
8385 python.version : ' 3.5'
8486 python.architecture : ' x86'
8587 Python36_x64 :
8688 python.version : ' 3.6'
89+ python.architecture : ' x64'
8790 Python36_x86 :
8891 python.version : ' 3.6'
8992 python.architecture : ' x86'
9093 Python37_x64 :
9194 python.version : ' 3.7'
95+ python.architecture : ' x64'
9296 Python37_x86 :
9397 python.version : ' 3.7'
9498 python.architecture : ' x86'
@@ -116,5 +120,5 @@ jobs:
116120
117121 - script : |
118122 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
120124 displayName: 'Deploy'
You can’t perform that action at this time.
0 commit comments