diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 720fdf46..c3c555a8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -63,6 +63,7 @@ jobs: # Publish to PyPI only if this is a tagged release (no pre-release tags) - script: | python -m pip install --upgrade twine - twine upload dist/* --skip-existing + twine upload --non-interactive dist/* --skip-existing + displayName: 'Publish to PyPI' condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/') \ No newline at end of file