Skip to content

Commit

Permalink
use testpypi
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Sep 18, 2019
1 parent df2f041 commit 4b96238
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 4b96238

Please sign in to comment.