Skip to content

Commit b3a6bd7

Browse files
committed
🧪 Check dist meta in strict mode
1 parent 116c164 commit b3a6bd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
FROZENLIST_NO_EXTENSIONS: 1
5858
- name: Run twine checker
5959
run: |
60-
twine check dist/*
60+
twine check --strict dist/*
6161
- name: Make sure that CONTRIBUTORS.txt remains sorted
6262
run: |
6363
LC_ALL=C sort -c CONTRIBUTORS.txt

0 commit comments

Comments
 (0)