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