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:
parent
c62380ad77
commit
f170e655d5
|
@ -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/*
|
||||
|
||||
|
|
Loading…
Reference in a new issue