3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 09:34:08 +00:00

use testpypi

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-09-18 09:57:03 -07:00
parent df2f0416e2
commit 4b96238209

View file

@ -137,11 +137,11 @@ jobs:
artifactName: 'Python packages'
targetPath: dist
- task: DownloadSecureFile@1
name: pypirc
name: testpypirc
inputs:
secureFile: 'pypirc'
secureFile: 'testpypirc'
- script: python -m pip install --user -U setuptools wheel twine
- script: python -m twine upload --config-file $(pypirc.secureFilePath) -r $(pypiReleaseServer) dist/*
- script: python -m twine upload --config-file $(testpypirc.secureFilePath) -r $(pypiReleaseServer) dist/*
# TBD: run regression tests on generated binaries.