Skip to content

Commit 06d0e2a

Browse files
committed
test
Signed-off-by: Lukas Heumos <lukas.heumos@posteo.net>
1 parent 9d533f3 commit 06d0e2a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,12 @@ jobs:
2323
with:
2424
filter: blob:none
2525
fetch-depth: 0
26+
2627
- name: Install uv
2728
uses: astral-sh/setup-uv@v5
28-
with:
29-
cache-dependency-glob: pyproject.toml
29+
3030
- name: Build package
3131
run: uv build
32+
3233
- name: Check package
3334
run: uvx twine check --strict dist/*.whl

0 commit comments

Comments
 (0)