We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e4f063 commit 21be29dCopy full SHA for 21be29d
1 file changed
.Pipelines/pipeline-publish.yml
@@ -66,8 +66,6 @@ extends:
66
featureFlags:
67
EnableCDPxPAT: false
68
WindowsHostVersion: '1ESWindows2022'
69
- networkisolation:
70
- policy: Permissive
71
72
stages:
73
@@ -95,10 +93,7 @@ extends:
95
93
- script: python --version
96
94
displayName: 'Check Python version'
97
98
- - script: python -m pip install --upgrade pip build
99
- displayName: 'Install build toolchain'
100
-
101
- - script: python -m build
+ - script: python setup.py sdist bdist_wheel
102
displayName: 'Build sdist and wheel'
103
104
- task: CopyFiles@2
0 commit comments