Skip to content

Commit 5c0b66d

Browse files
committed
Add deploy instructions
1 parent acacf34 commit 5c0b66d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,15 @@ header.set_send_at(unix_timestamp)
7878
header.json_string()
7979
```
8080

81+
## Deploying
82+
83+
* Confirm tests pass
84+
* Bump the version in `setup.py`
85+
* Update `CHANGELOG.md`
86+
* Confirm tests pass
87+
* Commit `Version bump vX.X.X`
88+
* `python setup.py sdist bdist_wininst upload`
89+
* Release tag on GitHub `vX.X.X`
90+
91+
8192
## MIT

0 commit comments

Comments
 (0)