mirror of
https://github.com/Z3Prover/z3
synced 2025-11-06 14:26: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
|
||||
|
||||
variables:
|
||||
ReleaseVersion: '4.8.13'
|
||||
ReleaseVersion: '4.8.14'
|
||||
|
||||
stages:
|
||||
|
||||
|
|
@ -391,7 +391,7 @@ stages:
|
|||
|
||||
# Enable on release:
|
||||
- job: PyPIPublish
|
||||
condition: eq(1,1)
|
||||
condition: eq(0,1)
|
||||
displayName: "Publish to PyPI"
|
||||
pool:
|
||||
vmImage: "ubuntu-latest"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue