From eeccfb6cf85cc2c1061084931abf0494db423be3 Mon Sep 17 00:00:00 2001 From: Jordan Borean Date: Sat, 4 Jul 2020 15:03:58 +1000 Subject: [PATCH] Use pypi endpoint --- CHANGELOG.md | 4 ++-- azure-pipelines.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a372cb4..3fcc2f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # Changelog -## 0.0.1 - TBD +## 0.1.0b1 - 2020-07-04 -Initial release of pyspnego. +First beta release of pyspnego. diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0e4d160..dcfbe17 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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