From 88ad0bc8c3f966b0113b922577e0bb9baab86402 Mon Sep 17 00:00:00 2001 From: Ashhar Hasan Date: Thu, 18 Aug 2022 23:48:05 +0530 Subject: [PATCH] Update releasing instructions in README --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index fbeffa51..d45c6554 100644 --- a/README.md +++ b/README.md @@ -487,19 +487,19 @@ $ 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? @@ -507,4 +507,6 @@ Feel free to create an issue as it makes your request visible to other users and 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