mirror of
https://github.com/actions/python-versions.git
synced 2025-04-06 23:39:38 +00:00
Add support for unstable Python versions (#38)
* Add support of unstable versions to package generation (#2) * Add support of symver versions to Python setup scripts and tests Co-authored-by: Maksim Petrov <47208721+vmapetr@users.noreply.github.com> Co-authored-by: MaksimZhukov <v-mazhuk@microsoft.com> Co-authored-by: Maxim Lobanov <v-malob@microsoft.com>
This commit is contained in:
@ -14,6 +14,7 @@ jobs:
|
||||
targetType: filePath
|
||||
filePath: './builders/build-python.ps1'
|
||||
arguments: '-Version $(VERSION) -Platform $(Platform) -Architecture $(Architecture)'
|
||||
pwsh: true
|
||||
|
||||
- task: PublishPipelineArtifact@1
|
||||
displayName: 'Publish Artifact: Python $(VERSION)'
|
||||
|
@ -3,6 +3,8 @@ jobs:
|
||||
pool:
|
||||
name: Azure Pipelines
|
||||
vmImage: $(VmImage)
|
||||
variables:
|
||||
TestRunTitle: 'python-$(Platform)-$(Architecture)'
|
||||
steps:
|
||||
- checkout: self
|
||||
submodules: true
|
||||
|
Reference in New Issue
Block a user