Skip to content

Commit 21be29d

Browse files
committed
Remove unnecessary Python install
1 parent 1e4f063 commit 21be29d

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.Pipelines/pipeline-publish.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ extends:
6666
featureFlags:
6767
EnableCDPxPAT: false
6868
WindowsHostVersion: '1ESWindows2022'
69-
networkisolation:
70-
policy: Permissive
7169

7270
stages:
7371

@@ -95,10 +93,7 @@ extends:
9593
- script: python --version
9694
displayName: 'Check Python version'
9795

98-
- script: python -m pip install --upgrade pip build
99-
displayName: 'Install build toolchain'
100-
101-
- script: python -m build
96+
- script: python setup.py sdist bdist_wheel
10297
displayName: 'Build sdist and wheel'
10398

10499
- task: CopyFiles@2

0 commit comments

Comments
 (0)