Skip to content

Commit

Permalink
Add release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ExcaliburZero committed Jun 29, 2020
1 parent a421c2e commit 2d0de2e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
* Decide on a version number (semantic versioning)
* Update the `CHANGELOG.md`
* Update the version number in `setup.py`

```bash
# Compile release
python setup.py build sdist

# Publish to PyPI
python -m twine upload dist/*
```

0 comments on commit 2d0de2e

Please sign in to comment.