Skip to content

Commit

Permalink
doc/release: Use twine check --strict to fail on warnings
Browse files Browse the repository at this point in the history
This was suggested by webknjaz.[1]

[1]: pypa/packaging.python.org#1535 (comment)
  • Loading branch information
0cjs committed May 12, 2024
1 parent 26fa8a0 commit 1120909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Release Process
- `pip install build twine`.
- `rm -f dist/*`
- `pyproject-build`.
- `twine check dist/*`
- `twine check --strict dist/*` (the strict opt. fails on warnings)
- Fix anything broken.

3. Do the release
Expand Down

0 comments on commit 1120909

Please sign in to comment.