3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-06 03:10:25 +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 - job: NuGetPublish
condition: eq(1,1) condition: eq(1,0)
displayName: "Publish to NuGet.org" displayName: "Publish to NuGet.org"
steps: steps:
- task: DownloadPipelineArtifact@2 - task: DownloadPipelineArtifact@2
@ -608,7 +608,7 @@ stages:
# Enable on release: # Enable on release:
- job: PyPIPublish - job: PyPIPublish
condition: eq(0,1) condition: eq(1,1)
displayName: "Publish to PyPI" displayName: "Publish to PyPI"
pool: pool:
vmImage: "ubuntu-latest" vmImage: "ubuntu-latest"