File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff 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
506506Feel free to create an issue as it makes your request visible to other users and contributors.
507507
508508If an interactive discussion would be better or if you just want to hangout and chat about
509509the 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
You can’t perform that action at this time.
0 commit comments