mirror of
https://github.com/Z3Prover/z3
synced 2025-11-06 22:36:03 +00:00
update release script for next release
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
2812dde0bc
commit
3fa0f11681
1 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
trigger: none
|
trigger: none
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
ReleaseVersion: '4.8.13'
|
ReleaseVersion: '4.8.14'
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
|
|
||||||
|
|
@ -391,7 +391,7 @@ stages:
|
||||||
|
|
||||||
# Enable on release:
|
# Enable on release:
|
||||||
- job: PyPIPublish
|
- job: PyPIPublish
|
||||||
condition: eq(1,1)
|
condition: eq(0,1)
|
||||||
displayName: "Publish to PyPI"
|
displayName: "Publish to PyPI"
|
||||||
pool:
|
pool:
|
||||||
vmImage: "ubuntu-latest"
|
vmImage: "ubuntu-latest"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue