Skip to content

Commit 5f0ca3e

Browse files
committed
Fix Azure CD
Signed-off-by: Alexey Stepanov <penguinolog@gmail.com>
1 parent 862a056 commit 5f0ca3e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

azure-pipelines.yml

+5-1
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)