File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 54
54
sudo apt-get update
55
55
sudo apt-get install libkrb5-dev
56
56
sudo curl -sSL https://install.python-poetry.org | python3 - --preview
57
- - name : Run tests
57
+ poetry install --only=dev
58
+ - name : Run tox
58
59
run : |
59
60
poetry run tox --parallel
Original file line number Diff line number Diff line change @@ -488,7 +488,7 @@ poetry run tox -e pre-commit
488
488
```
489
489
- Create release package and upload it to PyPI
490
490
```bash
491
- poetry publish &&
491
+ poetry publish -- build &&
492
492
open https:// pypi.org/ project/ trino/ &&
493
493
echo " Released!"
494
494
```
Original file line number Diff line number Diff line change 1
-
2
1
[build-system ]
3
2
requires = [" poetry-core>=1.1.0b3" ]
4
3
build-backend = " poetry.core.masonry.api"
Original file line number Diff line number Diff line change 4
4
3.8: py38
5
5
3.9: py39
6
6
3.10: py310
7
- pypy-3.7: py37
8
- pypy-3.8: py38
7
+ pypy-3.7: pypy37
8
+ pypy-3.8: pypy38
9
9
10
10
[testenv]
11
11
allowlist_externals =
You can’t perform that action at this time.
0 commit comments