diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-06-21 14:55:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-21 14:55:28 +0200 |
| commit | bf5f505d74339c4a14a9334a69a7446984fa4b4a (patch) | |
| tree | 8f4141e6c950ece886abbc602e26637f2787d94e | |
| parent | 0e3a87b73acecb085acf0ed6f00c1434e32227bd (diff) | |
| parent | f41b7a720498bfecc345e8e59ed08b57f4b76710 (diff) | |
Merge pull request #161 from return42/fix-typo-manage
[fix] py.build - fix small typo in the build message
| -rwxr-xr-x | manage | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}" |