We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1461c90 + a126411 commit 600db86Copy full SHA for 600db86
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
26
- name: Build docs
27
run: |-
28
- pnpm docs:build
+ pnpm docs:build -d docs_dist
29
30
- name: Setup git
31
run: |
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "taskiq"
3
-version = "0.1.5"
+version = "0.1.6"
4
description = "Distributed task queue with full async support"
5
authors = ["Pavel Kirilin <win10@list.ru>"]
6
maintainers = ["Pavel Kirilin <win10@list.ru>"]
0 commit comments