File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5454 sudo apt-get update
5555 sudo apt-get install libkrb5-dev
5656 sudo curl -sSL https://install.python-poetry.org | python3 - --preview
57- - name : Run tests
57+ poetry install --only=dev
58+ - name : Run tox
5859 run : |
5960 poetry run tox --parallel
Original file line number Diff line number Diff line change @@ -488,7 +488,7 @@ poetry run tox -e pre-commit
488488 ```
489489- Create release package and upload it to PyPI
490490 ```bash
491- poetry publish &&
491+ poetry publish -- build &&
492492 open https:// pypi.org/ project/ trino/ &&
493493 echo " Released!"
494494 ```
Original file line number Diff line number Diff line change 1-
21[build-system ]
32requires = [" poetry-core>=1.1.0b3" ]
43build-backend = " poetry.core.masonry.api"
Original file line number Diff line number Diff line change 44 3.8: py38
55 3.9: py39
66 3.10: py310
7- pypy-3.7: py37
8- pypy-3.8: py38
7+ pypy-3.7: pypy37
8+ pypy-3.8: pypy38
99
1010[testenv]
1111allowlist_externals =
You can’t perform that action at this time.
0 commit comments