From 60e89c48be60cf54bcc04c06bdc9033a877d49b5 Mon Sep 17 00:00:00 2001 From: "Tod E. Kurt" Date: Sun, 24 Dec 2017 09:38:16 -0800 Subject: [PATCH] added publishing reminders for todbot --- publishing.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/publishing.md b/publishing.md index f28711c..8ad2060 100644 --- a/publishing.md +++ b/publishing.md @@ -3,8 +3,6 @@ Publishing notes ================= -Make sure your `~/.pypirc` points has correct credentials. - To publish: @@ -22,3 +20,12 @@ Note `setup.py` uses `setuptools-markdown` which requires having installed: brew install pandoc pip3 install setuptools-markdown ``` + +Make sure your `~/.pypirc` points to correct credentials. E.g. +``` +index-servers = + pypitodbotdotcom + +[pypitodbotdotcom] +username=todbotdotcom +password=....