summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2023-02-27 01:06:37 -0800
committerSeth Morton <seth.m.morton@gmail.com>2023-02-27 01:06:37 -0800
commit4352d7b7b029a2636f8b5a68ebdb9ad86fbd860a (patch)
tree9c6b78e6b6311ea63e9ba6192b2b822b1435a422 /tox.ini
parent7b3b8d01b8888b978845407784cf31293217c287 (diff)
downloadnatsort-4352d7b7b029a2636f8b5a68ebdb9ad86fbd860a.tar.gz
Use modern method to create wheels
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
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/*