3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 17:44:08 +00:00

updated release script

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2022-04-23 17:59:23 +01:00
parent 5a2c92f4af
commit 8778f4d43f

View file

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