diff --git a/scripts/release.yml b/scripts/release.yml index 78a58de59..fc026abb6 100644 --- a/scripts/release.yml +++ b/scripts/release.yml @@ -6,7 +6,7 @@ trigger: none variables: - ReleaseVersion: '4.8.13' + ReleaseVersion: '4.8.14' stages: @@ -391,7 +391,7 @@ stages: # Enable on release: - job: PyPIPublish - condition: eq(1,1) + condition: eq(0,1) displayName: "Publish to PyPI" pool: vmImage: "ubuntu-latest"