How to publish Python build using Gradle

I’m new to Gradle.I have simple project which has only couple of Python files and bunch of bash scripts.

Project

file1.py
file2.py
file3.sh
file4.sh
file5.sh
gradle/wrapper
build.gradle
gradlew
gradlew.bat
gradle.properties

Need some guidance/help in writing build.gradle

Thanks in advance

What types of operations do you wish to do and what do you want to accomplish?

For example, do you want to package the scripts in a tar? What does “publish” mean to you? Do you want to do unit testing?