3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-05 10:50:24 +00:00

enable pypi

This commit is contained in:
Nikolaj Bjorner 2025-05-09 15:37:19 -07:00
parent b54ed38cea
commit 49dffaed39

View file

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