mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 20:18:18 +00:00
prepare for release
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e722dc7777
commit
302ebff704
|
@ -485,7 +485,7 @@ stages:
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
- job: GitHubPublish
|
- job: GitHubPublish
|
||||||
condition: eq(1,1)
|
condition: eq(1,0)
|
||||||
displayName: "Publish to GitHub"
|
displayName: "Publish to GitHub"
|
||||||
pool:
|
pool:
|
||||||
vmImage: "windows-latest"
|
vmImage: "windows-latest"
|
||||||
|
@ -583,7 +583,7 @@ stages:
|
||||||
|
|
||||||
# Enable on release:
|
# Enable on release:
|
||||||
- job: PyPIPublish
|
- job: PyPIPublish
|
||||||
condition: eq(1,1)
|
condition: eq(1,0)
|
||||||
displayName: "Publish to PyPI"
|
displayName: "Publish to PyPI"
|
||||||
pool:
|
pool:
|
||||||
vmImage: "ubuntu-latest"
|
vmImage: "ubuntu-latest"
|
||||||
|
|
Loading…
Reference in a new issue