Skip to content

Commit 91ad8b1

Browse files
committed
run release builds on main
1 parent a08ccfe commit 91ad8b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ stages:
7474
pytest: false
7575

7676
# On branches which aren't main, and not Pull Requests, build the wheels but only upload them on tags
77-
- ${{ if and(ne(variables['Build.Reason'], 'PullRequest'), or(ne(variables['Build.SourceBranchName'], 'main'), eq(variables['Build.Reason'], 'Schedule'), eq(variables['Build.Reason'], 'Manual'))) }}:
77+
- ${{ if and(ne(variables['Build.Reason'], 'PullRequest'), or(eq(variables['Build.Reason'], 'Schedule'), eq(variables['Build.Reason'], 'Manual'))) }}:
7878
- stage: Release
7979
dependsOn: SecondPhaseTests
8080
jobs:
@@ -83,7 +83,7 @@ stages:
8383
# Only Upload to PyPI on tags
8484
${{ if startsWith(variables['Build.SourceBranch'], 'refs/tags/') }}:
8585
pypi_connection_name : 'PyPI'
86-
test_extras: 'dev'
86+
test_extras: 'test,all'
8787
test_command: 'pytest -p no:warnings -m "not mpl_image_compare" --pyargs mpl_animators'
8888
submodules: false
8989
targets:

0 commit comments

Comments
 (0)