From 51ecdd410e67edd2c8a5692fcf8bfec676fb1468 Mon Sep 17 00:00:00 2001 From: Karthik Nadig Date: Thu, 2 Nov 2023 13:29:26 -0700 Subject: [PATCH] Tweak build and checks (#345) --- .github/workflows/push-check.yml | 2 +- build/azure-pipeline.pre-release.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/push-check.yml b/.github/workflows/push-check.yml index 05f45d7..4a0b034 100644 --- a/.github/workflows/push-check.yml +++ b/.github/workflows/push-check.yml @@ -50,7 +50,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest] - python: ['3.7', '3.8', '3.9', '3.10', '3.11'] + python: ['3.8', '3.9', '3.10', '3.11', '3.12'] steps: - name: Checkout diff --git a/build/azure-pipeline.pre-release.yml b/build/azure-pipeline.pre-release.yml index 3c7b825..c1d9928 100644 --- a/build/azure-pipeline.pre-release.yml +++ b/build/azure-pipeline.pre-release.yml @@ -28,6 +28,7 @@ extends: template: azure-pipelines/extension/pre-release.yml@templates parameters: l10nSourcePaths: ./src + ghCreateTag: false buildSteps: - task: NodeTool@0 inputs: