File tree 1 file changed +10
-8
lines changed
1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -487,24 +487,26 @@ $ tox
487
487
```
488
488
- Create release package and upload it to PyPI
489
489
```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/ && \
496
496
echo " Released!"
497
497
```
498
498
- Push the branch and the tag
499
499
```bash
500
500
git push upstream master 0.123 .0
501
501
```
502
- - Send release announcement.
502
+ - Send release announcement on the * # python-client* channel on [Trino Slack][trino-slack] .
503
503
504
504
# Need help?
505
505
506
506
Feel free to create an issue as it makes your request visible to other users and contributors.
507
507
508
508
If an interactive discussion would be better or if you just want to hangout and chat about
509
509
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
You can’t perform that action at this time.
0 commit comments