Skip to content

Commit

Permalink
Update build instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
robotdan committed Dec 9, 2020
1 parent 3b19a6c commit 779c88c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion build.savant
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
* <code>
* [pypi]
* username = <your username>
* password = <your password>
* </code>
*/
target(name: "publish", description: "Publishes source and built versions of the packages to PyPi", dependsOn: ["clean", "compile"]) {
ProcessBuilder pb = new ProcessBuilder(
Expand Down

0 comments on commit 779c88c

Please sign in to comment.