Skip to content

Commit

Permalink
update instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
oliche committed Jan 17, 2024
1 parent 739bd16 commit 4f71f75
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 @@ -44,8 +44,9 @@ Edit the version number in `setup.py`, and add release notes in `release_notes.m

```shell
flake8
git tag -a vX.Y.Z
git push origin vX.Y.Z
tag=vX.Y.Z
git tag -a $tag
git push origin %tag
```

Create new release with tag vX.Y.Z (will automatically publish to PyPI)

0 comments on commit 4f71f75

Please sign in to comment.