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.
1 parent c74d53a commit ed07ea2Copy full SHA for ed07ea2
.github/workflows/python.yml
@@ -54,7 +54,7 @@ jobs:
54
architecture: x64
55
56
- name: Install uv
57
- uses: astral-sh/setup-uv@v6
+ uses: astral-sh/setup-uv@v7
58
59
- name: Set up project
60
run: |
.github/workflows/release_python.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v5
17
18
19
20
21
- name: Generate grammar (pre cratedb_sqlparse_py build)
22
0 commit comments