Skip to content

Commit

Permalink
Merge pull request #3356 from ericpre/tidy_up_azure_pipeline_workflow
Browse files Browse the repository at this point in the history
Simplify Azure Pipeline CI
  • Loading branch information
jlaehne committed Apr 12, 2024
2 parents d0f6fe2 + c1c9bc5 commit e5d0fe5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
8 changes: 0 additions & 8 deletions azure-pipelines.yml
Expand Up @@ -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: ''
1 change: 1 addition & 0 deletions 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.

0 comments on commit e5d0fe5

Please sign in to comment.