Skip to content

Commit

Permalink
Merge pull request #108 from ngoldbaum/strict-dist-check
Browse files Browse the repository at this point in the history
use `twine check --strict` in dist-check
  • Loading branch information
timkpaine authored Feb 21, 2024
2 parents 08da9a8 + e45d6b8 commit 1fce8e8
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 dist $(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 1fce8e8

Please sign in to comment.