Skip to content

Commit 60114cc

Browse files
committed
Merge branch 'release/0.0.8'
2 parents 30de8bd + 18feb0a commit 60114cc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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 }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "taskiq-aio-pika"
3-
version = "0.0.7"
3+
version = "0.0.8"
44
description = "RabbitMQ broker for taskiq"
55
authors = ["Pavel Kirilin <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)