зеркало из https://github.com/microsoft/xlang.git
Updating build to target python 3.9
This commit is contained in:
Родитель
09e6cef65f
Коммит
cf4cdcfcb1
|
@ -17,5 +17,5 @@ jobs:
|
|||
- template: steps-build-projection.yml
|
||||
parameters:
|
||||
architecture: $(buildArchitecture)
|
||||
pythonVersionSpec: '3.8.x'
|
||||
pythonVersionSpec: '3.9.x'
|
||||
projectionType: $(ProjectionType)
|
||||
|
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
|
||||
- task: UsePythonVersion@0
|
||||
inputs:
|
||||
versionSpec: '3.8.x'
|
||||
versionSpec: '3.9.x'
|
||||
addToPath: true
|
||||
|
||||
- script: pip install wheel
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
parameters: # defaults for any parameters that aren't specified
|
||||
architecture: 'x86'
|
||||
pythonVersionSpec: '3.8.x'
|
||||
pythonVersionSpec: '3.9.x'
|
||||
projectionType: 'partial'
|
||||
|
||||
steps:
|
||||
|
|
|
@ -21,7 +21,7 @@ steps:
|
|||
contents: 'LICENSE'
|
||||
targetFolder: $(Build.ArtifactStagingDirectory)/projection/${{ parameters.architecture }}
|
||||
|
||||
- script: python $(Build.SourcesDirectory)/src/package/pywinrt/projection/setup.py bdist_wheel --python-tag cp38 --plat-name $(platname)
|
||||
- script: python $(Build.SourcesDirectory)/src/package/pywinrt/projection/setup.py bdist_wheel --python-tag cp39 --plat-name $(platname)
|
||||
workingDirectory: $(Build.ArtifactStagingDirectory)/projection/${{ parameters.architecture }}
|
||||
displayName: python setup.py bdist_wheel (${{ parameters.architecture }})
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче