Skip to content

Commit a289b76

Browse files
Merge pull request #627 from webknjaz/patch-2
Make twine check strict in GHA
2 parents aa00b0a + 8f33184 commit a289b76

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)