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 05d91fa commit ea17aaeCopy full SHA for ea17aae
.github/workflows/ci.yml
@@ -27,6 +27,9 @@ jobs:
27
28
- name: Install uv
29
uses: astral-sh/setup-uv@v5
30
+ with:
31
+ enable-cache: true
32
+ cache-dependency-glob: '**/pyproject.toml'
33
34
- name: Run tests
35
run: |
.github/workflows/lint.yml
- name: Lint
.github/workflows/release.yml
@@ -35,6 +35,9 @@ jobs:
36
37
38
39
40
41
42
- name: Calver calculate version
43
uses: StephaneBour/actions-calver@master
0 commit comments