mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 04:03:39 +00:00
update release pipeline
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
feadfbfba4
commit
b95ba89dbe
|
@ -309,7 +309,7 @@ stages:
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
- job: GitHubPublish
|
- job: GitHubPublish
|
||||||
condition: eq(1,1)
|
condition: eq(0,1)
|
||||||
displayName: "Publish to GitHub"
|
displayName: "Publish to GitHub"
|
||||||
pool:
|
pool:
|
||||||
vmImage: "windows-latest"
|
vmImage: "windows-latest"
|
||||||
|
@ -399,7 +399,7 @@ stages:
|
||||||
- task: DownloadSecureFile@1
|
- task: DownloadSecureFile@1
|
||||||
name: pypirc
|
name: pypirc
|
||||||
inputs:
|
inputs:
|
||||||
secureFile: 'pypirc'
|
secureFile: 'pypirc2'
|
||||||
- script: python3 -m pip install --upgrade pip
|
- script: python3 -m pip install --upgrade pip
|
||||||
- script: python3 -m pip install --user -U setuptools importlib_metadata wheel twine
|
- script: python3 -m pip install --user -U setuptools importlib_metadata wheel twine
|
||||||
- script: python3 -m twine upload --config-file $(pypirc.secureFilePath) -r $(pypiReleaseServer) dist/*
|
- script: python3 -m twine upload --config-file $(pypirc2.secureFilePath) -r $(pypiReleaseServer) dist/*
|
Loading…
Reference in a new issue