Skip to content

Commit

Permalink
abi3audit --debug
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Sep 30, 2024
1 parent 52da956 commit 176112f
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 @@ -282,7 +282,7 @@ check-sdist: ## Check sanity of source distribution.
$(PYTHON) -m twine check --strict dist/*.tar.gz

check-wheels: ## Check sanity of wheels.
$(PYTHON) -m abi3audit --verbose --strict dist/*-abi3-*.whl
$(PYTHON) -m abi3audit --verbose --strict --debug dist/*-abi3-*.whl
$(PYTHON) -m twine check --strict dist/*.whl

pre-release: ## Check if we're ready to produce a new release.
Expand Down

0 comments on commit 176112f

Please sign in to comment.