diff --git a/build.savant b/build.savant index 0989978..558f3b4 100644 --- a/build.savant +++ b/build.savant @@ -77,9 +77,15 @@ target(name: "setup-python", description: "Gets the python dependencies") { } /** - * You don't need to do this but, if you have trouble logging in, consider using the pypirc file. + * You don't need to do this but, if you have trouble logging in, consider using the .pypirc file. * * https://docs.python.org/2/distutils/packageindex.html#pypirc + * + * + * [pypi] + * username = + * password = + * */ target(name: "publish", description: "Publishes source and built versions of the packages to PyPi", dependsOn: ["clean", "compile"]) { ProcessBuilder pb = new ProcessBuilder(