Skip to content

Commit

Permalink
#18 readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
corydodt committed Feb 26, 2020
1 parent b3a39bc commit 197dcd4
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,13 @@ Make sure to:
- Update version in setup.py
- Update the Change Log below
- **Commit the changes to the above files**
- ```
python3 setup.py sdist bdist_wheel && python2 setup.py bdist_wheel
```
- Add and push a tag for the new release

```
$ python3 setup.py sdist bdist_wheel && python2 setup.py bdist_wheel
$ twine upload dist/*
```

For point releases: Make sure there is a series-0.x branch in github, and branch from that branch.
- ```
$ twine upload dist/*
```

## Change Log

Expand Down

0 comments on commit 197dcd4

Please sign in to comment.