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

update to pypirc

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-09-19 16:43:06 -07:00
parent bd26301b80
commit 78ed71b8de

View file

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