Merge pull request #161 from return42/fix-typo-manage

[fix] py.build - fix small typo in the build message
This commit is contained in:
Alexandre Flament 2021-06-21 14:55:28 +02:00 committed by GitHub
commit bf5f505d74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
manage
View file

@ -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}"