Setup pypi automatic publishing.

This commit is contained in:
Steve Pulec 2019-06-30 22:31:21 -05:00
commit 6fa51ac3b4
4 changed files with 179 additions and 26 deletions

View file

@ -318,3 +318,11 @@ boto3.resource(
```console
$ pip install moto
```
## Releases
Releases are done from travisci. Fairly closely following this:
https://docs.travis-ci.com/user/deployment/pypi/
- Commits to `master` branch do a dev deploy to pypi.
- Commits to a tag do a real deploy to pypi.