mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 04:03:39 +00:00
Update release.yml for Azure Pipelines
This commit is contained in:
parent
b95ba89dbe
commit
72f28f06e4
|
@ -402,4 +402,4 @@ stages:
|
||||||
secureFile: 'pypirc2'
|
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 $(pypirc2.secureFilePath) -r $(pypiReleaseServer) dist/*
|
- script: python3 -m twine upload --config-file $(pypirc2) -r $(pypiReleaseServer) dist/*
|
Loading…
Reference in a new issue