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 7a78c6a commit 56b5224Copy full SHA for 56b5224
.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.7"
+ version: "0.9.8"
26
27
- name: Build package
28
run: uv build
.github/workflows/test-python.yml
@@ -25,7 +25,7 @@ jobs:
29
30
- name: Linting
31
run: uvx pre-commit run --all-files
@@ -54,7 +54,7 @@ jobs:
54
55
56
python-version: ${{ matrix.python-version }}
57
58
59
- name: Run pytest
60
run: uv run --with pytest-github-actions-annotate-failures pytest -p no:sugar --quiet tests/
0 commit comments