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 7baafc3 commit f4254f1Copy full SHA for f4254f1
.github/workflows/release-pypi.yaml
@@ -22,7 +22,7 @@ jobs:
22
with:
23
enable-cache: true
24
python-version: "3.14"
25
- version: "0.9.6"
+ version: "0.9.7"
26
27
- name: Build package
28
run: uv build
.github/workflows/test-python.yml
@@ -35,7 +35,7 @@ jobs:
35
36
37
38
39
40
- name: Linting
41
run: uvx ruff check
@@ -67,7 +67,7 @@ jobs:
67
68
69
python-version: ${{ matrix.python-version }}
70
71
72
- name: Run tests
73
run: uv run pytest
0 commit comments