Skip to content

Commit 2d0de2e

Browse files
committed
Add release instructions
1 parent a421c2e commit 2d0de2e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

RELEASE.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
* Decide on a version number (semantic versioning)
2+
* Update the `CHANGELOG.md`
3+
* Update the version number in `setup.py`
4+
5+
```bash
6+
# Compile release
7+
python setup.py build sdist
8+
9+
# Publish to PyPI
10+
python -m twine upload dist/*
11+
```

0 commit comments

Comments
 (0)