Skip to content

Commit 20a9b8a

Browse files
authored
Merge pull request #22 from gatkin/pypi-publish
Publish package to PyPi from Azure pipelines
2 parents b02d055 + 43de0a6 commit 20a9b8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
- Linux
106106
- Windows
107107
- MacOs
108-
condition: succeeded()
108+
condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'))
109109
pool:
110110
vmImage: 'Ubuntu 16.04'
111111

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
description='Declarative XML processing library',
1616
long_description=long_description,
1717
long_description_content_type='text/markdown',
18-
version='1.1.2-rc0',
18+
version='1.1.2-rc1',
1919
url='http://declxml.readthedocs.io/',
2020
project_urls={
2121
'Documentation': 'http://declxml.readthedocs.io/',

0 commit comments

Comments
 (0)