mirror of
https://github.com/Z3Prover/z3
synced 2025-09-05 01:27:41 +00:00
add nuget stage to nightly
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5c78f855ad
commit
0756581a99
3 changed files with 204 additions and 1 deletions
|
@ -66,6 +66,7 @@ jobs:
|
|||
artifactName: 'Windows'
|
||||
targetPath: $(Build.ArtifactStagingDirectory)
|
||||
|
||||
|
||||
- job: Python
|
||||
displayName: "Python packaging"
|
||||
dependsOn:
|
||||
|
@ -141,7 +142,8 @@ jobs:
|
|||
inputs:
|
||||
secureFile: 'pypirc'
|
||||
- script: python -m pip install --user -U setuptools wheel twine
|
||||
- script: python -m twine upload --config-file $(pypirc.secureFilePath) -r $(pypiReleaseServer) dist/*
|
||||
# Uncomment on release:
|
||||
# - script: python -m twine upload --config-file $(pypirc.secureFilePath) -r $(pypiReleaseServer) dist/*
|
||||
|
||||
|
||||
# TBD: run regression tests on generated binaries.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue