Skip to content

Commit 88ad0bc

Browse files
committed
Update releasing instructions in README
1 parent cbe2185 commit 88ad0bc

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

+10-8
Original file line numberDiff line numberDiff line change
@@ -487,24 +487,26 @@ $ tox
487487
```
488488
- Create release package and upload it to PyPI
489489
```bash
490-
. .venv/bin/activate &&
491-
pip install twine &&
492-
rm -rf dist/ &&
493-
./setup.py sdist bdist_wheel &&
494-
twine upload dist/* &&
495-
open https://pypi.org/project/trino/ &&
490+
. .venv/bin/activate && \
491+
pip install twine && \
492+
rm -rf dist/ && \
493+
./setup.py sdist bdist_wheel && \
494+
twine upload dist/* && \
495+
open https://pypi.org/project/trino/ && \
496496
echo "Released!"
497497
```
498498
- Push the branch and the tag
499499
```bash
500500
git push upstream master 0.123.0
501501
```
502-
- Send release announcement.
502+
- Send release announcement on the *#python-client* channel on [Trino Slack][trino-slack].
503503

504504
# Need help?
505505

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

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

0 commit comments

Comments
 (0)