Skip to content

Commit

Permalink
Rename PyPi service connection
Browse files Browse the repository at this point in the history
  • Loading branch information
gatkin committed Sep 22, 2018
1 parent 20a9b8a commit 7abd8b8
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 @@ -118,5 +118,5 @@ jobs:
- task: PyPIPublisher@0
displayName: Package and Publish to PyPI
inputs:
pypiConnection: pypi-test-conn
pypiConnection: pypi-conn
packageDirectory: '$(System.DefaultWorkingDirectory)'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
license='MIT',
py_modules=['declxml'],
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
Expand Down

0 comments on commit 7abd8b8

Please sign in to comment.