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