[fix] py.build - fix small typo in the build message

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
dependabot/pip/master/sphinx-6.1.3
Markus Heiser 3 years ago
parent 0e3a87b73a
commit f41b7a7204

@ -326,7 +326,7 @@ node.clean() {
}
py.build() {
build_msg BUILD "[pylint] python package ${PYDIST}"
build_msg BUILD "python package ${PYDIST}"
pyenv.cmd python setup.py \
sdist -d "${PYDIST}" \
bdist_wheel --bdist-dir "${PYBUILD}" -d "${PYDIST}"

Loading…
Cancel
Save