We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c31723a commit b6e45d5Copy full SHA for b6e45d5
.github/workflows/publish-pypi.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Ruff check
23
run: uv run ruff check
24
- name: Ruff format
25
- run: uv run ruff format --check
+ run: uv run ruff format --check --diff
26
27
build-n-publish:
28
name: Build and publish Python distributions to PyPI
0 commit comments