diff --git a/dolphinscheduler-python/pom.xml b/dolphinscheduler-python/pom.xml index 749c767e87..1a740fbd9d 100644 --- a/dolphinscheduler-python/pom.xml +++ b/dolphinscheduler-python/pom.xml @@ -92,6 +92,37 @@ + + + python-pkg-rename-tar + prepare-package + + exec + + + bash + ${project.basedir}/pydolphinscheduler + + -c + mv dist/apache-dolphinscheduler-*.tar.gz dist/apache-dolphinscheduler-python-${project.version}.tar.gz + + + + + python-pkg-rename-whl + prepare-package + + exec + + + bash + ${project.basedir}/pydolphinscheduler + + -c + mv dist/apache_dolphinscheduler-*py3-none-any.whl dist/apache_dolphinscheduler-python-${project.version}-py3-none-any.whl + + + sign-source prepare-package