Skip to content

Commit

Permalink
Use pypi endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 committed Jul 4, 2020
1 parent a9caedf commit eeccfb6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changelog

## 0.0.1 - TBD
## 0.1.0b1 - 2020-07-04

Initial release of pyspnego.
First beta release of pyspnego.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,9 @@ stages:
displayName: Twine Authenticate
condition: and(succeeded(), startsWith(variables['build.sourceBranch'], 'refs/tags/v'))
inputs:
pythonUploadServiceConnection: pypitest
pythonUploadServiceConnection: pypi

- script: |
python -m twine upload -r pypitest --config-file $(PYPIRC_PATH) wheels/*
python -m twine upload -r pypi --config-file $(PYPIRC_PATH) wheels/*
condition: and(succeeded(), startsWith(variables['build.sourceBranch'], 'refs/tags/v'))
displayName: Publish artifact to Pypi

0 comments on commit eeccfb6

Please sign in to comment.