Skip to content

Commit c8077f9

Browse files
ci: check classifiers in python-checks workflow
1 parent 6aabe99 commit c8077f9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/python-checks.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ jobs:
6767
version: '0.6.10'
6868
enable-cache: true
6969

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+
7074
- name: ruff check
7175
if: ${{ steps.changed-files.outputs.python_any_changed == 'true' || inputs.always_run == true }}
7276
run: uv tool run [email protected] check --output-format=github .

0 commit comments

Comments
 (0)