From b4afa0674bdbbc340576906db16b98e71061762a Mon Sep 17 00:00:00 2001 From: Eric Prestat Date: Thu, 11 Apr 2024 09:33:20 +0100 Subject: [PATCH 1/2] Remove steps to build and upload wheels on azure pipeline - these are not necessary anymore since hyperspy is pure python and the github CI `package_and_tests.yml` workshop does this better with less maintenance --- azure-pipelines.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d1cfcfbf0f..9569df24f7 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -83,11 +83,3 @@ steps: artifact: $(Agent.JobName)-result_images displayName: Publish Image Comparison condition: failed() - -- template: azure_pipelines/generate_distribution.yml@templates -- template: azure_pipelines/publish_distribution.yml@templates -# - template: azure_pipelines/update_github_release.yml@templates -# parameters: -# # Set the token generated with github from the developer settings/personal -# # access tokens menu in azure pipeline -# github_token_name: '' From c1c9bc5cfda79bb54c5f9fc568470c4ea75c5bee Mon Sep 17 00:00:00 2001 From: Eric Prestat Date: Thu, 11 Apr 2024 17:04:20 +0100 Subject: [PATCH 2/2] Add changelog entry --- upcoming_changes/3356.maintenance.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 upcoming_changes/3356.maintenance.rst diff --git a/upcoming_changes/3356.maintenance.rst b/upcoming_changes/3356.maintenance.rst new file mode 100644 index 0000000000..d3bf319b0f --- /dev/null +++ b/upcoming_changes/3356.maintenance.rst @@ -0,0 +1 @@ +Simplify Azure Pipeline CI by removing build and uploading wheels, since this is now done on GitHub CI. \ No newline at end of file