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 c8077f9 commit 6ee5cdeCopy full SHA for 6ee5cde
.github/workflows/python-checks.yml
@@ -69,7 +69,7 @@ jobs:
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
+ run: uv run --no-project scripts/check_classifiers.py ./pyproject.toml
73
74
- name: ruff check
75
0 commit comments