diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 616a94c..bdfe7b6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -105,7 +105,7 @@ jobs: - Linux - Windows - MacOs - condition: succeeded() + condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/')) pool: vmImage: 'Ubuntu 16.04' diff --git a/setup.py b/setup.py index 2c896f0..6565640 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ description='Declarative XML processing library', long_description=long_description, long_description_content_type='text/markdown', - version='1.1.2-rc0', + version='1.1.2-rc1', url='http://declxml.readthedocs.io/', project_urls={ 'Documentation': 'http://declxml.readthedocs.io/',