Skip to content

Commit

Permalink
added publishing reminders for todbot
Browse files Browse the repository at this point in the history
  • Loading branch information
todbot committed Dec 24, 2017
1 parent 4bcc7e3 commit 60e89c4
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions publishing.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
Publishing notes
=================

Make sure your `~/.pypirc` points has correct credentials.


To publish:

Expand All @@ -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=....

0 comments on commit 60e89c4

Please sign in to comment.