Skip to content

Commit

Permalink
Update releasing instructions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
hashhar committed Aug 19, 2022
1 parent cbe2185 commit 88ad0bc
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -487,24 +487,26 @@ $ tox
```
- Create release package and upload it to PyPI
```bash
. .venv/bin/activate &&
pip install twine &&
rm -rf dist/ &&
./setup.py sdist bdist_wheel &&
twine upload dist/* &&
open https://pypi.org/project/trino/ &&
. .venv/bin/activate && \
pip install twine && \
rm -rf dist/ && \
./setup.py sdist bdist_wheel && \
twine upload dist/* && \
open https://pypi.org/project/trino/ && \
echo "Released!"
```
- Push the branch and the tag
```bash
git push upstream master 0.123.0
```
- Send release announcement.
- Send release announcement on the *#python-client* channel on [Trino Slack][trino-slack].

# Need help?

Feel free to create an issue as it makes your request visible to other users and contributors.

If an interactive discussion would be better or if you just want to hangout and chat about
the Trino Python client, you can join us on the *#python-client* channel on
[Trino Slack](https://trino.io/slack.html).
[Trino Slack][trino-slack].

[trino-slack]: https://trino.io/slack.html

0 comments on commit 88ad0bc

Please sign in to comment.