Skip to content

Commit

Permalink
Add missing release requirement.
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Brunning <[email protected]>
  • Loading branch information
brunns committed Jun 30, 2021
1 parent e6fd571 commit 44cff1d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,9 @@ Running `make precommit` tells you if you're OK to commit. For more options, run

## Releasing

Requires [hub](https://hub.github.com/), [setuptools](https://setuptools.readthedocs.io) and
[twine](https://twine.readthedocs.io). To release version `n.n.n`, first update the version number in `setup.py`, then:
Requires [hub](https://hub.github.com/), [setuptools](https://setuptools.readthedocs.io),
[wheel](https://github.com/pypa/wheel) and [twine](https://twine.readthedocs.io). To release version `n.n.n`, first
update the version number in `setup.py`, then:

```sh
version="n.n.n" # Needs to match new version number in setup.py.
Expand Down

0 comments on commit 44cff1d

Please sign in to comment.