From 4352d7b7b029a2636f8b5a68ebdb9ad86fbd860a Mon Sep 17 00:00:00 2001 From: Seth Morton Date: Mon, 27 Feb 2023 01:06:37 -0800 Subject: Use modern method to create wheels --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index d6a2d98..833d005 100644 --- a/tox.ini +++ b/tox.ini @@ -46,7 +46,8 @@ deps = check-manifest twine commands = - {envpython} setup.py sdist bdist_wheel + {envpython} setup.py sdist + pip wheel . -w dist flake8 check-manifest --ignore ".github*,*.md,.coveragerc" twine check dist/* -- cgit v1.2.1