We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75c8874 commit 8f7f585Copy full SHA for 8f7f585
eng/pipelines/templates/stages/archetype-python-release.yml
@@ -56,7 +56,8 @@ stages:
56
ReleaseSha: $(Build.SourceVersion)
57
RepoId: Azure/azure-sdk-for-python
58
WorkingDirectory: $(System.DefaultWorkingDirectory)
59
-
+ - template: eng/common/pipelines/templates/steps/retain-run.yml
60
+
61
- ${{if ne(artifact.skipPublishPackage, 'true')}}:
62
- deployment: PublishPackage
63
displayName: "Publish to PyPI"
0 commit comments