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

fix build flags for release.yaml

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2024-12-16 04:41:29 +01:00
parent a97ad76bb6
commit a6e59ea45e

View file

@ -581,7 +581,7 @@ stages:
- job: NuGetPublish
condition: eq(1,1)
condition: eq(0,1)
displayName: "Publish to NuGet.org"
steps:
- task: DownloadPipelineArtifact@2
@ -602,7 +602,7 @@ stages:
# Enable on release:
- job: PyPIPublish
condition: eq(0,1)
condition: eq(1,1)
displayName: "Publish to PyPI"
pool:
vmImage: "ubuntu-latest"