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


The following commit(s) were added to refs/heads/master by this push:
     new 378e2ed  Fix release script to publish apache-toree pip distro
378e2ed is described below

commit 378e2ed3da217a12af4c5a90f0a63f634361ca3d
Author: Luciano Resende <[email protected]>
AuthorDate: Mon Sep 6 20:52:29 2021 -0700

    Fix release script to publish apache-toree pip distro
---
 etc/tools/release-build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/tools/release-build.sh b/etc/tools/release-build.sh
index a2c4391..54e7b37 100755
--- a/etc/tools/release-build.sh
+++ b/etc/tools/release-build.sh
@@ -267,7 +267,7 @@ if [[ "$RELEASE_PREPARE" == "true" ]]; then
         cp toree/dist/toree-pip/*.tar.gz 
svn-toree/$RELEASE_STAGING_FOLDER/toree-pip
         cp -r toree/dist/toree-pip/toree.egg-info 
svn-toree/$RELEASE_STAGING_FOLDER/toree-pip/
         cp toree/dist/apache-toree-pip/*.tar.gz 
svn-toree/$RELEASE_STAGING_FOLDER/apache-toree-pip
-        cp -r toree/dist/apache-toree-pip/toree.egg-info 
svn-toree/$RELEASE_STAGING_FOLDER/apache-toree-pip/
+        cp -r toree/dist/apache-toree-pip/*toree.egg-info 
svn-toree/$RELEASE_STAGING_FOLDER/apache-toree-pip/
 
         cd "$BASE_DIR/target/svn-toree/$RELEASE_STAGING_FOLDER/toree"
         rm -f *.asc

Reply via email to