3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-07 09:55:19 +00:00

add importlib_metatada

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-11-19 10:56:56 -08:00
parent c62380ad77
commit f170e655d5

View file

@ -141,7 +141,7 @@ jobs:
name: pypirc
inputs:
secureFile: 'pypirc'
- script: python -m pip install --user -U setuptools wheel twine
- script: python -m pip install --user -U setuptools importlib_metadata wheel twine
# Uncomment on release:
- script: python -m twine upload --config-file $(pypirc.secureFilePath) -r $(pypiReleaseServer) dist/*