Skip to content

Commit

Permalink
Modify to use pypa/build for package build
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Jul 16, 2023
1 parent fb7cf68 commit bbd820e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ commands =

[testenv:build]
deps =
build>=0.10
twine
wheel
commands =
python setup.py sdist bdist_wheel
twine check dist/*.whl dist/*.tar.gz
python -m build
python setup.py clean --all

[testenv:clean]
Expand Down

0 comments on commit bbd820e

Please sign in to comment.