From 779c88c9448fb62ebd5a92c28f6436d91f066a93 Mon Sep 17 00:00:00 2001 From: Daniel DeGroff Date: Wed, 9 Dec 2020 09:02:57 -0700 Subject: [PATCH] Update build instructions. --- build.savant | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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(