Skip to content

Commit

Permalink
use twine check --strict in dist-check
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Goldbaum <nathan.goldbaum@gmail.com>
  • Loading branch information
ngoldbaum committed Feb 20, 2024
1 parent dd9898f commit e45d6b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ dist-py-cibw:
python -m cibuildwheel --output-dir wheelhouse $(EXTRA_ARGS)

dist-check:
python -m twine check dist/*
python -m twine check --strict dist/*

dist: clean build dist-py dist-check ## Build dists

Expand Down

0 comments on commit e45d6b8

Please sign in to comment.