Skip to content

Commit 8f33184

Browse files
authored
Make twine check strict in GHA
1 parent 682d669 commit 8f33184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
with:
122122
name: dist
123123
path: dist
124-
- run: twine check dist/*
124+
- run: twine check --strict dist/*
125125

126126
dist_upload:
127127

0 commit comments

Comments
 (0)