Skip to content

Commit

Permalink
Merge pull request #22 from gatkin/pypi-publish
Browse files Browse the repository at this point in the history
Publish package to PyPi from Azure pipelines
  • Loading branch information
gatkin authored Sep 22, 2018
2 parents b02d055 + 43de0a6 commit 20a9b8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
- Linux
- Windows
- MacOs
condition: succeeded()
condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'))
pool:
vmImage: 'Ubuntu 16.04'

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/',
Expand Down

0 comments on commit 20a9b8a

Please sign in to comment.