Skip to content

Commit b54ed38

Browse files
enable pypi
1 parent 59a7e00 commit b54ed38

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

RELEASE_NOTES.md

+2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ Version 4.15.0
1313
- Improved integer cut algorithms for linear integer arithmetic.
1414
It integrates diophantine equation solving with stronger cuts.
1515
- C and OCaml API for accessing numerics, thanks to Josh Berdine
16+
- A minimal mcp server in src/api/z3mcp.py that can run locally.
1617
- Bug fixes.
1718

19+
1820
Version 4.14.1
1921
==============
2022
- Add ubv_to_int, sbv_to_int, int_to_bv to SMTLIB2 API.

scripts/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ stages:
587587

588588

589589
- job: NuGetPublish
590-
condition: eq(0,1)
590+
condition: eq(1,1)
591591
displayName: "Publish to NuGet.org"
592592
steps:
593593
- task: DownloadPipelineArtifact@2

0 commit comments

Comments
 (0)