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 6aabe99 commit c8077f9Copy full SHA for c8077f9
.github/workflows/python-checks.yml
@@ -67,6 +67,10 @@ jobs:
67
version: '0.6.10'
68
enable-cache: true
69
70
+ - name: check pypi classifiers
71
+ if: ${{ steps.changed-files.outputs.python_any_changed == 'true' || inputs.always_run == true }}
72
+ run: uv run scripts/check_classifiers.py ./pyproject.toml
73
+
74
- name: ruff check
75
if: ${{ steps.changed-files.outputs.python_any_changed == 'true' || inputs.always_run == true }}
76
run: uv tool run [email protected] check --output-format=github .
0 commit comments