Merged PR 55: Release v1.2.0
Updated artifact-release-pipeline.yaml pipeline to build for Python 3.8 to 3.10 and MacOS, Windows, and Linux.
This commit is contained in:
@@ -1,12 +1,38 @@
|
|||||||
trigger:
|
trigger:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
pool:
|
|
||||||
vmImage: ubuntu-latest
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
Python310:
|
Ubuntu2004Python38:
|
||||||
|
python.version: '3.8'
|
||||||
|
imageName: 'ubuntu-20.04'
|
||||||
|
Ubuntu2004Python39:
|
||||||
|
python.version: '3.9'
|
||||||
|
imageName: 'ubuntu-20.04'
|
||||||
|
Ubuntu2004Python310:
|
||||||
python.version: '3.10'
|
python.version: '3.10'
|
||||||
|
imageName: 'ubuntu-20.04'
|
||||||
|
WindowsPython38:
|
||||||
|
python.version: '3.8'
|
||||||
|
imageName: 'windows-latest'
|
||||||
|
WindowsPython39:
|
||||||
|
python.version: '3.9'
|
||||||
|
imageName: 'windows-latest'
|
||||||
|
WindowsPython310:
|
||||||
|
python.version: '3.10'
|
||||||
|
imageName: 'windows-latest'
|
||||||
|
MacPython38:
|
||||||
|
python.version: '3.8'
|
||||||
|
imageName: 'macOS-latest'
|
||||||
|
MacPython39:
|
||||||
|
python.version: '3.9'
|
||||||
|
imageName: 'macOS-latest'
|
||||||
|
MacPython310:
|
||||||
|
python.version: '3.10'
|
||||||
|
imageName: 'macOS-latest'
|
||||||
|
|
||||||
|
pool:
|
||||||
|
vmImage: $(imageName)
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- task: UsePythonVersion@0
|
- task: UsePythonVersion@0
|
||||||
|
|||||||
Reference in New Issue
Block a user