mirror of
https://github.com/Z3Prover/z3
synced 2025-04-05 17:14:07 +00:00
enable pypi
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
dde8da853e
commit
3729458d14
|
@ -143,7 +143,7 @@ jobs:
|
|||
secureFile: 'pypirc'
|
||||
- script: python -m pip install --user -U setuptools wheel twine
|
||||
# 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/*
|
||||
|
||||
|
||||
# TBD: run regression tests on generated binaries.
|
||||
|
|
Loading…
Reference in a new issue