Setup pypi automatic publishing.
This commit is contained in:
parent
2275c53b3e
commit
6fa51ac3b4
4 changed files with 179 additions and 26 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue