@@ -114,21 +114,16 @@ jobs:
114
114
python -m pip build --wheel
115
115
condition: eq( variables['Agent.OS'], 'Windows_NT')
116
116
displayName: 'Build wheel (Windows)'
117
- - script : |
118
- python -m pip install --upgrade pip wheel setuptools
119
- python -m build --wheel
120
- condition: eq( variables['Agent.OS'], 'Windows_NT')
121
- displayName: 'Build wheel (Windows)'
122
- - script : |
123
- python -m pip install --upgrade pip build wheel setuptools
124
- python -m build --wheel
125
- condition: eq( variables['Agent.OS'], 'Linux')
126
- displayName: 'Build wheel (Linux)'
127
- - script : |
128
- python -m pip install --upgrade pip build wheel setuptools
129
- python -m build --wheel
130
- condition: eq(variables['Agent.OS'], 'Darwin')
131
- displayName: 'Build wheel (Mac)'
117
+ #- script: |
118
+ # python -m pip install --upgrade pip build wheel setuptools
119
+ # python -m build --wheel
120
+ # condition: eq( variables['Agent.OS'], 'Linux')
121
+ # displayName: 'Build wheel (Linux)'
122
+ #- script: |
123
+ # python -m pip install --upgrade pip build wheel setuptools
124
+ # python -m build --wheel
125
+ # condition: eq(variables['Agent.OS'], 'Darwin')
126
+ # displayName: 'Build wheel (Mac)'
132
127
133
128
134
129
0 commit comments