diff --git a/scripts/release.yml b/scripts/release.yml index 27011bbe17b..7a2c4ef41c9 100644 --- a/scripts/release.yml +++ b/scripts/release.yml @@ -594,7 +594,7 @@ stages: # Enable on release: - job: PyPIPublish - condition: eq(1,0) + condition: eq(1,1) displayName: "Publish to PyPI" pool: vmImage: "ubuntu-latest"