Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Commit 1120909

Browse files
committed
doc/release: Use twine check --strict to fail on warnings
This was suggested by webknjaz.[1] [1]: pypa/packaging.python.org#1535 (comment)
1 parent 26fa8a0 commit 1120909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Release Process
2929
- `pip install build twine`.
3030
- `rm -f dist/*`
3131
- `pyproject-build`.
32-
- `twine check dist/*`
32+
- `twine check --strict dist/*` (the strict opt. fails on warnings)
3333
- Fix anything broken.
3434

3535
3. Do the release

0 commit comments

Comments
 (0)