diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c61a62c19..ae1f23872 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -166,7 +166,7 @@ jobs: displayName: Artifact Download - PyPI Package - bash: | - twine upload --config-file $(PYPIRC_PATH) $(Build.Repository.LocalPath)/artifacts/dist/ + twine upload --config-file $(PYPIRC_PATH) $(Build.Repository.LocalPath)/artifacts/dist/* condition: contains(variables['Build.SourceBranch'], 'tags') displayName: PyPI - Upload