mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
upgrade pip
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f170e655d5
commit
30e7c225cd
|
@ -141,6 +141,7 @@ jobs:
|
||||||
name: pypirc
|
name: pypirc
|
||||||
inputs:
|
inputs:
|
||||||
secureFile: 'pypirc'
|
secureFile: 'pypirc'
|
||||||
|
- script: pip install --upgrade pip
|
||||||
- script: python -m pip install --user -U setuptools importlib_metadata wheel twine
|
- script: python -m pip install --user -U setuptools importlib_metadata wheel twine
|
||||||
# Uncomment on release:
|
# Uncomment on release:
|
||||||
- script: python -m twine upload --config-file $(pypirc.secureFilePath) -r $(pypiReleaseServer) dist/*
|
- script: python -m twine upload --config-file $(pypirc.secureFilePath) -r $(pypiReleaseServer) dist/*
|
||||||
|
|
Loading…
Reference in a new issue