3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-05 17:14:07 +00:00

Update release.yml for Azure Pipelines

disable pypi republish for 4.8
This commit is contained in:
Nikolaj Bjorner 2020-05-08 14:12:38 -07:00
parent 42e6cbce3d
commit ad55a1f1c6

View file

@ -309,6 +309,7 @@ stages:
packagesToPush: $(Agent.TempDirectory)/*.nupkg
- job: PyPIPublish
condition: eq(0,1)
displayName: "Publish to PyPI"
pool:
vmImage: "ubuntu-16.04"