You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@toree.apache.org by lr...@apache.org on 2020/08/12 16:32:03 UTC

[incubator-toree] 05/05: Make dist should also build pip distro

This is an automated email from the ASF dual-hosted git repository.

lresende pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-toree.git

commit 6325b9e917b6a947db02d4f3a4c2b0eac7922fbf
Author: Luciano Resende <lr...@apache.org>
AuthorDate: Mon Aug 10 23:48:54 2020 -0700

    Make dist should also build pip distro
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 3b77a6e..b57ceae 100644
--- a/Makefile
+++ b/Makefile
@@ -165,7 +165,7 @@ dist/toree: dist/toree/VERSION dist/toree/logo-64x64.png dist/toree-legal dist/t
 	@cp -R dist/toree-legal/* dist/toree
 	@cp RELEASE_NOTES.md dist/toree/RELEASE_NOTES.md
 
-dist: dist/toree
+dist: dist/toree pip-release
 
 dev: DOCKER_WORKDIR=/srv/toree/etc/examples/notebooks
 dev: SUSPEND=n