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 5ffea86 + b929ae3 commit 0880201Copy full SHA for 0880201
.github/workflows/release_pypi.yml
@@ -17,5 +17,6 @@ jobs:
17
steps:
18
- uses: actions/checkout@v4
19
- uses: astral-sh/setup-uv@v6
20
+ - run: uv version "${{ github.ref_name }}"
21
- run: uv build
22
- run: uv publish --trusted-publishing always
README.md
@@ -1,5 +1,3 @@
1
-# taskiq-postgres
2
-
3
[](https://pypi.org/project/taskiq-postgres/)
4
[](https://pypi.org/project/taskiq-postgres/)
5
[](https://github.com/danfimov/taskiq-postgres)
0 commit comments