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 116c164 commit b3a6bd7Copy full SHA for b3a6bd7
1 file changed
.github/workflows/ci-cd.yml
@@ -57,7 +57,7 @@ jobs:
57
FROZENLIST_NO_EXTENSIONS: 1
58
- name: Run twine checker
59
run: |
60
- twine check dist/*
+ twine check --strict dist/*
61
- name: Make sure that CONTRIBUTORS.txt remains sorted
62
63
LC_ALL=C sort -c CONTRIBUTORS.txt
0 commit comments