Skip to content

Commit 2a376c6

Browse files
committed
Empty-Commit
1 parent c5bbfc5 commit 2a376c6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
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

README.md

+1-1
Original file line numberDiff line numberDiff 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
```

pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
[build-system]
32
requires = ["poetry-core>=1.1.0b3"]
43
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)