File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ jobs:
1010 runs-on : ubuntu-latest
1111 steps :
1212 - uses : actions/checkout@v2
13+ - name : Install poetry
14+ run : pipx install poetry
1315 - name : Set up Python
14- uses : actions/setup-python@v2
16+ uses : actions/setup-python@v4
1517 with :
1618 python-version : " 3.9"
1719 - name : Install deps
18- uses : knowsuchagency/poetry-install@v1
19- env :
20- POETRY_VIRTUALENVS_CREATE : false
20+ run : poetry install
2121 - name : Release package
2222 env :
2323 POETRY_PYPI_TOKEN_PYPI : ${{ secrets.PYPI_TOKEN }}
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " taskiq-aio-pika"
3- version = " 0.0.7 "
3+ version = " 0.0.8 "
44description = " RabbitMQ broker for taskiq"
55authors = [
" Pavel Kirilin <[email protected] >" ]
66readme = " README.md"
You can’t perform that action at this time.
0 commit comments