Skip to content

Commit a7b564c

Browse files
update release scripts and notes
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
1 parent 7486e87 commit a7b564c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Version 4.12.5
1717
- sat.smt=true smt.bv.solver=2
1818
- It solves a few bit-vector problems not handled by bit-blasting, especially if the bit-widths are large.
1919
- It is based on encoding bit-vector constraints to non-linear integer arithmetic.
20-
20+
- Optimizations to the arithmetic solver. Description: https://github.com/Z3Prover/doc/tree/master/arithmetic
2121

2222
Version 4.12.4
2323
==============

scripts/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ stages:
485485
jobs:
486486

487487
- job: GitHubPublish
488-
condition: eq(1,0)
488+
condition: eq(1,1)
489489
displayName: "Publish to GitHub"
490490
pool:
491491
vmImage: "windows-latest"
@@ -583,7 +583,7 @@ stages:
583583

584584
# Enable on release:
585585
- job: PyPIPublish
586-
condition: eq(1,0)
586+
condition: eq(1,1)
587587
displayName: "Publish to PyPI"
588588
pool:
589589
vmImage: "ubuntu-latest"

0 commit comments

Comments
 (0)