3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-05 17:14:07 +00:00

don't publish pypi yet

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2022-07-21 14:43:49 -07:00
parent efa74fe6c6
commit 59d47e3055
2 changed files with 2 additions and 1 deletions

View file

@ -39,6 +39,7 @@ Version 4.10.0
of the form x = 0
- After (partial) completion, perform factorization for factors of the
form x*y*p = 0 where x, are variables, p is linear.
- Added support for declaring algebraic datatypes from the C++ interface.
Version 4.9.1

View file

@ -521,7 +521,7 @@ stages:
# Enable on release:
- job: PyPIPublish
condition: eq(1,1)
condition: eq(0,1)
displayName: "Publish to PyPI"
pool:
vmImage: "ubuntu-latest"