mirror of
https://gitee.com/openharmony/third_party_jinja2
synced 2025-03-03 12:57:07 +00:00
Updated release command
This commit is contained in:
parent
faceeca784
commit
516f45b060
@ -92,7 +92,7 @@ def set_setup_version(version):
|
||||
|
||||
|
||||
def build_and_upload():
|
||||
cmd = [sys.executable, 'setup.py', 'release', 'sdist', 'bdist_wheel', 'upload']
|
||||
cmd = [sys.executable, 'setup.py', 'sdist', 'bdist_wheel', 'upload']
|
||||
if wheel is not None:
|
||||
cmd.insert(4, 'bdist_wheel')
|
||||
Popen(cmd).wait()
|
||||
|
Loading…
x
Reference in New Issue
Block a user