From b797662b1d79203b9be14084873116f6814569ee Mon Sep 17 00:00:00 2001 From: Marek Wolan Date: Mon, 15 Apr 2024 14:15:58 +0100 Subject: [PATCH 1/2] bump version --- src/primaite/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/primaite/VERSION b/src/primaite/VERSION index 1129dfd4..f08efbdc 100644 --- a/src/primaite/VERSION +++ b/src/primaite/VERSION @@ -1 +1 @@ -3.0.0b7 +3.0.0b9dev From f0ed9d2240126de3499170bc4010b960e7909cd5 Mon Sep 17 00:00:00 2001 From: Marek Wolan Date: Mon, 15 Apr 2024 14:16:09 +0100 Subject: [PATCH 2/2] re-enable multi platform builds --- .azure/azure-ci-build-pipeline.yaml | 40 ++++++++++++++--------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/.azure/azure-ci-build-pipeline.yaml b/.azure/azure-ci-build-pipeline.yaml index 9faaffaf..e9139d5b 100644 --- a/.azure/azure-ci-build-pipeline.yaml +++ b/.azure/azure-ci-build-pipeline.yaml @@ -24,26 +24,26 @@ parameters: img: 'ubuntu-latest' every_time: true publish_coverage: true - # - job_name: 'WindowsPython38' - # py: '3.8' - # img: 'windows-latest' - # every_time: false - # publish_coverage: false - # - job_name: 'WindowsPython310' - # py: '3.10' - # img: 'windows-latest' - # every_time: false - # publish_coverage: false - # - job_name: 'MacOSPython38' - # py: '3.8' - # img: 'macOS-latest' - # every_time: false - # publish_coverage: false - # - job_name: 'MacOSPython310' - # py: '3.10' - # img: 'macOS-latest' - # every_time: false - # publish_coverage: false + - job_name: 'WindowsPython38' + py: '3.8' + img: 'windows-latest' + every_time: false + publish_coverage: false + - job_name: 'WindowsPython310' + py: '3.10' + img: 'windows-latest' + every_time: false + publish_coverage: false + - job_name: 'MacOSPython38' + py: '3.8' + img: 'macOS-latest' + every_time: false + publish_coverage: false + - job_name: 'MacOSPython310' + py: '3.10' + img: 'macOS-latest' + every_time: false + publish_coverage: false stages: - stage: Test