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 19, 2022
1 parent c5bbfc5 commit 030fe75
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ python =
3.8: py38
3.9: py39
3.10: py310
pypy-3.7: py37
pypy-3.8: py38
pypy-3.7: pypy37
pypy-3.8: pypy38

[testenv]
allowlist_externals =
Expand Down

0 comments on commit 030fe75

Please sign in to comment.