Skip to content

Commit 8154f50

Browse files
committed
Use strict checks for twine
1 parent 7f5d4c0 commit 8154f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
python -m setuptools_scm
3131
python -m build
32-
twine check dist/*
32+
twine check --strict dist/*
3333
3434
- name: Upload packages to Jazzband
3535
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')

0 commit comments

Comments
 (0)