mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 00:55:31 +00:00
update to pypirc
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f8df7770a2
commit
bd26301b80
1 changed files with 2 additions and 2 deletions
|
@ -137,11 +137,11 @@ jobs:
|
|||
artifactName: 'Python packages'
|
||||
targetPath: dist
|
||||
- task: DownloadSecureFile@1
|
||||
name: testpypirc
|
||||
name: pypirc
|
||||
inputs:
|
||||
secureFile: 'testpypirc'
|
||||
- script: python -m pip install --user -U setuptools wheel twine
|
||||
- script: python -m twine upload --config-file $(testpypirc.secureFilePath) -r $(pypiReleaseServer) dist/*
|
||||
- script: python -m twine upload --config-file $(oypirc.secureFilePath) -r $(pypiReleaseServer) dist/*
|
||||
|
||||
|
||||
# TBD: run regression tests on generated binaries.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue