Skip to content

Commit

Permalink
Updated handy build/release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
shon committed Mar 14, 2023
1 parent fd53438 commit 614c745
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ pytest -xv
# Build / Release

```
python setup.py build sdist
bumpversion --dry-run --verbose patch # or major, minor
bumpversion run patch # or major, minor
twine upload dist/*
rm -rf dist/ build/
python setup.py build sdist
twine upload dist/tiptapy-*.tar.gz --repository tiptapy
```

0 comments on commit 614c745

Please sign in to comment.