Skip to content

Commit

Permalink
Empty-Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
john-bodley committed Jul 18, 2022
1 parent c5bbfc5 commit 2a376c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
sudo apt-get update
sudo apt-get install libkrb5-dev
sudo curl -sSL https://install.python-poetry.org | python3 - --preview
- name: Run tests
poetry install --only=dev
- name: Run tox
run: |
poetry run tox --parallel
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ poetry run tox -e pre-commit
```
- Create release package and upload it to PyPI
```bash
poetry publish &&
poetry publish --build &&
open https://pypi.org/project/trino/ &&
echo "Released!"
```
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

[build-system]
requires = ["poetry-core>=1.1.0b3"]
build-backend = "poetry.core.masonry.api"
Expand Down

0 comments on commit 2a376c6

Please sign in to comment.