mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 09:34:08 +00:00
Update release.yml for Azure Pipelines
disable pypi republish for 4.8
This commit is contained in:
parent
42e6cbce3d
commit
ad55a1f1c6
|
@ -309,6 +309,7 @@ stages:
|
||||||
packagesToPush: $(Agent.TempDirectory)/*.nupkg
|
packagesToPush: $(Agent.TempDirectory)/*.nupkg
|
||||||
|
|
||||||
- job: PyPIPublish
|
- job: PyPIPublish
|
||||||
|
condition: eq(0,1)
|
||||||
displayName: "Publish to PyPI"
|
displayName: "Publish to PyPI"
|
||||||
pool:
|
pool:
|
||||||
vmImage: "ubuntu-16.04"
|
vmImage: "ubuntu-16.04"
|
||||||
|
|
Loading…
Reference in a new issue