3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 09:05:31 +00:00

update release scripts and notes in master

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-12-23 11:43:38 -08:00
parent 5afb95b34a
commit a00d68fe5a
2 changed files with 9 additions and 2 deletions

View file

@ -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"