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

jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git


The following commit(s) were added to refs/heads/master by this push:
     new 1a179336c [CI] Change command for installing python source package 
(#1340)
1a179336c is described below

commit 1a179336cbbc9ca23e662a2f81dbc32fc1ea05d2
Author: Kristin Cowalcijk <[email protected]>
AuthorDate: Wed Apr 17 06:38:21 2024 +0800

    [CI] Change command for installing python source package (#1340)
    
    * [CI] Change command for installing source package to accept both 
apache_sedona or
    apache-sedona package names
    
    * Add the workflow file itself to the change capture list
---
 .github/workflows/python-extension.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/python-extension.yml 
b/.github/workflows/python-extension.yml
index b8c63711e..8d5ccefea 100644
--- a/.github/workflows/python-extension.yml
+++ b/.github/workflows/python-extension.yml
@@ -10,6 +10,7 @@ on:
       - 'spark-shaded/**'
       - 'pom.xml'
       - 'python/**'
+      - '.github/workflows/python-extension.yml'
   pull_request:
     branches:
       - '*'
@@ -19,6 +20,7 @@ on:
       - 'spark-shaded/**'
       - 'pom.xml'
       - 'python/**'
+      - '.github/workflows/python-extension.yml'
 
 permissions:
   contents: read
@@ -72,4 +74,4 @@ jobs:
       run: |
         cd python
         pipenv run python setup.py sdist
-        pipenv run python -m pip install dist/apache-sedona-*.tar.gz
+        pipenv run python -m pip install dist/*sedona-*.tar.gz

Reply via email to