We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b279dfe commit 3cceed2Copy full SHA for 3cceed2
build.gradle.kts
@@ -10,7 +10,7 @@ python {
10
11
tasks {
12
register<Exec>("buildDist") {
13
- executable = "python"
+ executable = "python3"
14
args("setup.py", "sdist")
15
}
16
0 commit comments