We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5bbfc5 commit 2a376c6Copy full SHA for 2a376c6
.github/workflows/ci.yml
@@ -54,6 +54,7 @@ jobs:
54
sudo apt-get update
55
sudo apt-get install libkrb5-dev
56
sudo curl -sSL https://install.python-poetry.org | python3 - --preview
57
- - name: Run tests
+ poetry install --only=dev
58
+ - name: Run tox
59
run: |
60
poetry run tox --parallel
README.md
@@ -488,7 +488,7 @@ poetry run tox -e pre-commit
488
```
489
- Create release package and upload it to PyPI
490
```bash
491
- poetry publish &&
+ poetry publish --build &&
492
open https://pypi.org/project/trino/ &&
493
echo "Released!"
494
pyproject.toml
@@ -1,4 +1,3 @@
1
-
2
[build-system]
3
requires = ["poetry-core>=1.1.0b3"]
4
build-backend = "poetry.core.masonry.api"
0 commit comments